[llvm] c82a0ae - [ORC] Add JITLink dependence for ObjectLinkingLayerTest.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 22:49:42 PDT 2021


Author: Lang Hames
Date: 2021-05-13T22:48:30-07:00
New Revision: c82a0ae70e280c1c40b1af09ef275ddc7ed4254d

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

LOG: [ORC] Add JITLink dependence for ObjectLinkingLayerTest.

This aims to fix the failure at
https://lab.llvm.org/buildbot/#/builders/61/builds/9590.

Added: 
    

Modified: 
    llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt b/llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
index ee0e904c5207..088e1c8c2d81 100644
--- a/llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   IRReader
+  JITLink
   Object
   OrcJIT
   OrcShared


        


More information about the llvm-commits mailing list