Attempt to fix JIT unit tests after r198087.

llvm-svn: 198089
This commit is contained in:
Nico Weber 2013-12-27 23:36:22 +00:00
parent 90a173750d
commit 01728f5407
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ LEVEL = ../../..
TESTNAME = JIT
LINK_COMPONENTS := asmparser bitreader bitwriter jit native
# The JIT tests need to dlopen things.
NO_DEAD_STRIP := 1
include $(LEVEL)/Makefile.config
SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp