ThreadPool unittest: reimplement concurrency test, deterministically this time.
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
index dc401c9743e1360babe5b74ef8511682230da28e..74cc5b57015c497430e44ff1514467330d177e9d 100644 (file)
@@ -1,10 +1,11 @@
 
 set(LLVM_LINK_COMPONENTS
   Core
+  ExecutionEngine
+  Object
   OrcJIT
-  MC
+  RuntimeDyld
   Support
-  Target
   native
   )
 
@@ -13,6 +14,7 @@ add_llvm_unittest(OrcJITTests
   IndirectionUtilsTest.cpp
   GlobalMappingLayerTest.cpp
   LazyEmittingLayerTest.cpp
+  ObjectLinkingLayerTest.cpp
   ObjectTransformLayerTest.cpp
   OrcCAPITest.cpp
   OrcTestCommon.cpp