diff options
author | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-03-29 18:53:15 +0000 |
---|---|---|
committer | Danil Malyshev <dmalyshev@accesssoftek.com> | 2012-03-29 18:53:15 +0000 |
commit | 95c677eef632dc094203d8090db4519b6d3dbcd4 (patch) | |
tree | f77518098a6a3d23697534fc03b21a7809efdb6a /unittests/ExecutionEngine/JIT | |
parent | 21ecc2f4edbbc2c4ec1c2e2c87dc5a5ee6f58a68 (diff) |
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')
-rw-r--r-- | unittests/ExecutionEngine/JIT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/JIT/Makefile b/unittests/ExecutionEngine/JIT/Makefile index b429033b19..c404fb002a 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 |