ThreadPool unittest: reimplement concurrency test, deterministically this time.
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
index 047cea68cecc7d8459aa3c3ef2f4c323ce34f86b..74cc5b57015c497430e44ff1514467330d177e9d 100644 (file)
@@ -2,7 +2,9 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  Object
   OrcJIT
+  RuntimeDyld
   Support
   native
   )