aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/Makefile
diff options
context:
space:
mode:
authorDanil Malyshev <dmalyshev@accesssoftek.com>2012-03-29 18:53:15 +0000
committerDanil Malyshev <dmalyshev@accesssoftek.com>2012-03-29 18:53:15 +0000
commit95c677eef632dc094203d8090db4519b6d3dbcd4 (patch)
treef77518098a6a3d23697534fc03b21a7809efdb6a /unittests/ExecutionEngine/JIT/Makefile
parent21ecc2f4edbbc2c4ec1c2e2c87dc5a5ee6f58a68 (diff)
downloadexternal_llvm-95c677eef632dc094203d8090db4519b6d3dbcd4.zip
external_llvm-95c677eef632dc094203d8090db4519b6d3dbcd4.tar.gz
external_llvm-95c677eef632dc094203d8090db4519b6d3dbcd4.tar.bz2
Fix missed files in JIT unittests Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/JIT/Makefile')
-rw-r--r--unittests/ExecutionEngine/JIT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/JIT/Makefile b/unittests/ExecutionEngine/JIT/Makefile
index b429033..c404fb0 100644
--- a/unittests/ExecutionEngine/JIT/Makefile
+++ b/unittests/ExecutionEngine/JIT/Makefile
@@ -13,7 +13,8 @@ LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
include $(LEVEL)/Makefile.config
-SOURCES := JITEventListenerTest.cpp
+SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
+
ifeq ($(USE_INTEL_JITEVENTS), 1)
# Build the Intel JIT Events interface tests