Skip to content

Commit

Permalink
Fix missed files in JIT unittests Makefile
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153672 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Danil Malyshev committed Mar 29, 2012
1 parent 21ecc2f commit 95c677e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests/ExecutionEngine/JIT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95c677e

Please sign in to comment.