diff options
-rw-r--r-- | llvm/unittests/ExecutionEngine/JIT/Makefile | 3 |
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 |