summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
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
commit7a98c9bb9c2bb689769103d9408a48849ec1154c (patch)
tree2a605271cde25be3af9ac9414e6894969c625189 /llvm/unittests
parent0603ad8c656b06dcdb8ff75be7b531fc4d8d524f (diff)
downloadbcm5719-llvm-7a98c9bb9c2bb689769103d9408a48849ec1154c.tar.gz
bcm5719-llvm-7a98c9bb9c2bb689769103d9408a48849ec1154c.zip
Fix missed files in JIT unittests Makefile
llvm-svn: 153672
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/ExecutionEngine/JIT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/Makefile b/llvm/unittests/ExecutionEngine/JIT/Makefile
index b429033b19b..c404fb002a6 100644
--- a/llvm/unittests/ExecutionEngine/JIT/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud