[llvm] r180150 - Fixing cmake build for MCJIT unit tests
Andrew Kaylor
andrew.kaylor at intel.com
Tue Apr 23 14:46:56 PDT 2013
Author: akaylor
Date: Tue Apr 23 16:46:56 2013
New Revision: 180150
URL: http://llvm.org/viewvc/llvm-project?rev=180150&view=rev
Log:
Fixing cmake build for MCJIT unit tests
Modified:
llvm/trunk/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
Modified: llvm/trunk/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/MCJIT/CMakeLists.txt?rev=180150&r1=180149&r2=180150&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/MCJIT/CMakeLists.txt (original)
+++ llvm/trunk/unittests/ExecutionEngine/MCJIT/CMakeLists.txt Tue Apr 23 16:46:56 2013
@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
set(MCJITTestsSources
MCJITTest.cpp
MCJITMemoryManagerTest.cpp
+ MCJITObjectCacheTest.cpp
)
if(MSVC)
More information about the llvm-commits
mailing list