aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-01 01:48:36 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-01 01:48:36 +0000
commit70c1ea493e6156eccde5270c139ef423b19ab580 (patch)
tree63a0cbe8883478d8217ac18b1b275848dccd2a0c /unittests/ExecutionEngine/MCJIT/CMakeLists.txt
parent8e9ec015348c5419b905c2ca6e39534429eda073 (diff)
downloadexternal_llvm-70c1ea493e6156eccde5270c139ef423b19ab580.zip
external_llvm-70c1ea493e6156eccde5270c139ef423b19ab580.tar.gz
external_llvm-70c1ea493e6156eccde5270c139ef423b19ab580.tar.bz2
Tests for MCJIT multiple module support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/MCJIT/CMakeLists.txt')
-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 922cb7e..911b604 100644
--- a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -11,6 +11,7 @@ set(MCJITTestsSources
MCJITTest.cpp
MCJITCAPITest.cpp
MCJITMemoryManagerTest.cpp
+ MCJITMultipleModuleTest.cpp
MCJITObjectCacheTest.cpp
)