Nuke the old JIT.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / CMakeLists.txt
index 9ffe6138ad76ca25fa04bbbaf7cd847153b83132..b10cbb4c9ea4b94b20954a5591cd630d0c937f15 100644 (file)
@@ -1,15 +1,21 @@
 set(LLVM_LINK_COMPONENTS
-  asmparser
-  bitreader
-  bitwriter
-  jit
-  mcjit
+  Analysis
+  Core
+  ExecutionEngine
+  IPO
+  MC
+  MCJIT
+  ScalarOpts
+  Support
+  Target
   nativecodegen
   )
 
 set(MCJITTestsSources
   MCJITTest.cpp
+  MCJITCAPITest.cpp
   MCJITMemoryManagerTest.cpp
+  MCJITMultipleModuleTest.cpp
   MCJITObjectCacheTest.cpp
   )