Fix missed files in JIT unittests Makefile
authorDanil Malyshev <dmalyshev@accesssoftek.com>
Thu, 29 Mar 2012 18:53:15 +0000 (18:53 +0000)
committerDanil Malyshev <dmalyshev@accesssoftek.com>
Thu, 29 Mar 2012 18:53:15 +0000 (18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153672 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/JIT/Makefile

index b429033b19bb9e97e337a5c3de09970666ca5847..c404fb002a6221e0662d1e1920cb3c02fdccb74a 100644 (file)
@@ -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