[ORC] Add JITLink dependence for ObjectLinkingLayerTest.
authorLang Hames <lhames@gmail.com>
Fri, 14 May 2021 05:47:35 +0000 (22:47 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 14 May 2021 05:48:30 +0000 (22:48 -0700)
This aims to fix the failure at
https://lab.llvm.org/buildbot/#/builders/61/builds/9590.

llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt

index ee0e904..088e1c8 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   IRReader
+  JITLink
   Object
   OrcJIT
   OrcShared