Fixing cmake build for MCJIT unit tests
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 23 Apr 2013 21:46:56 +0000 (21:46 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 23 Apr 2013 21:46:56 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180150 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/MCJIT/CMakeLists.txt

index c6b1f77e3e8bf11afca68f04db46f30099a11268..9ffe6138ad76ca25fa04bbbaf7cd847153b83132 100644 (file)
@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
 set(MCJITTestsSources
   MCJITTest.cpp
   MCJITMemoryManagerTest.cpp
+  MCJITObjectCacheTest.cpp
   )
 
 if(MSVC)