From: Andrew Kaylor Date: Tue, 23 Apr 2013 21:46:56 +0000 (+0000) Subject: Fixing cmake build for MCJIT unit tests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26b222e19ec9dfeb8dc9d558b3fe427219569887;p=oota-llvm.git Fixing cmake build for MCJIT unit tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180150 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt index c6b1f77e3e8..9ffe6138ad7 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)