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

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 12:25:58 PDT 2020


Author: Martin Storsjö
Date: 2020-08-31T22:25:25+03:00
New Revision: b16ac94419b73b2979b3d81855d283bf58cfd6f7

URL: https://github.com/llvm/llvm-project/commit/b16ac94419b73b2979b3d81855d283bf58cfd6f7
DIFF: https://github.com/llvm/llvm-project/commit/b16ac94419b73b2979b3d81855d283bf58cfd6f7.diff

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

Added: 
    

Modified: 
    llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
index 42d76080fdbf9..5a83e6a2b04b4 100644
--- a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
+++ b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
@@ -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


        


More information about the llvm-commits mailing list