summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-04-23 21:46:56 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-04-23 21:46:56 +0000
commit41c9f1150cda6b6602e42e6cbafdbfc1ce7df0a6 (patch)
tree9f470d6e3f36d60b7ecff530e3ce377dc7c7c5e2
parentdbbe36b2ceb29e275a45a295143c4a78dfdbd1cf (diff)
downloadbcm5719-llvm-41c9f1150cda6b6602e42e6cbafdbfc1ce7df0a6.tar.gz
bcm5719-llvm-41c9f1150cda6b6602e42e6cbafdbfc1ce7df0a6.zip
Fixing cmake build for MCJIT unit tests
llvm-svn: 180150
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index c6b1f77e3e8..9ffe6138ad7 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
set(MCJITTestsSources
MCJITTest.cpp
MCJITMemoryManagerTest.cpp
+ MCJITObjectCacheTest.cpp
)
if(MSVC)
OpenPOWER on IntegriCloud