diff options
Diffstat (limited to 'unittests/ExecutionEngine/JIT/Makefile')
-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 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 |