1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[ORC] Remove a stray semicolon, silencing warnings. NFC.

This commit is contained in:
Martin Storsjö 2020-08-31 22:25:25 +03:00
parent e87ae397a6
commit ecdd8dabe2

View File

@ -1336,7 +1336,7 @@ static bool linkOrdersEqual(const std::vector<std::shared_ptr<JITDylib>> &LHS,
else
++RHSE;
return true;
};
}
TEST(JITDylibTest, GetDFSLinkOrderTree) {
// Test that DFS ordering behaves as expected when the linkage relationships