summaryrefslogtreecommitdiff
path: root/unittests
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
commit26b222e19ec9dfeb8dc9d558b3fe427219569887 (patch)
treed0a3cb18070c89cc649161af6ba92265d2f997a1 /unittests
parent23b7a7032d79d755b2f06a24e0711471172f1088 (diff)
downloadllvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.tar.gz
llvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.tar.bz2
llvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.tar.xz
Fixing cmake build for MCJIT unit tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ExecutionEngine/MCJIT/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index c6b1f77e3e..9ffe6138ad 100644
--- a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
set(MCJITTestsSources
MCJITTest.cpp
MCJITMemoryManagerTest.cpp
+ MCJITObjectCacheTest.cpp
)
if(MSVC)