[llvm-commits] [llvm] r153672 - /llvm/trunk/unittests/ExecutionEngine/JIT/Makefile
Danil Malyshev
dmalyshev at accesssoftek.com
Thu Mar 29 11:53:15 PDT 2012
Author: danil
Date: Thu Mar 29 13:53:15 2012
New Revision: 153672
URL: http://llvm.org/viewvc/llvm-project?rev=153672&view=rev
Log:
Fix missed files in JIT unittests Makefile
Modified:
llvm/trunk/unittests/ExecutionEngine/JIT/Makefile
Modified: llvm/trunk/unittests/ExecutionEngine/JIT/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/Makefile?rev=153672&r1=153671&r2=153672&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/JIT/Makefile (original)
+++ llvm/trunk/unittests/ExecutionEngine/JIT/Makefile Thu Mar 29 13:53:15 2012
@@ -13,7 +13,8 @@
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
More information about the llvm-commits
mailing list