diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:46:56 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:46:56 +0000 |
commit | 26b222e19ec9dfeb8dc9d558b3fe427219569887 (patch) | |
tree | d0a3cb18070c89cc649161af6ba92265d2f997a1 /unittests/ExecutionEngine/MCJIT | |
parent | 23b7a7032d79d755b2f06a24e0711471172f1088 (diff) | |
download | external_llvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.zip external_llvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.tar.gz external_llvm-26b222e19ec9dfeb8dc9d558b3fe427219569887.tar.bz2 |
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/ExecutionEngine/MCJIT')
-rw-r--r-- | unittests/ExecutionEngine/MCJIT/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt index c6b1f77..9ffe613 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) |