mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Attempt to fix JIT unit tests after r198087.
llvm-svn: 198089
This commit is contained in:
parent
0b5179242e
commit
9ac5d373b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user