mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Attempt to fix JIT unit tests after r198087.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e7c782b29
commit
ba6102bd8a
@ -11,6 +11,9 @@ LEVEL = ../../..
|
|||||||
TESTNAME = JIT
|
TESTNAME = JIT
|
||||||
LINK_COMPONENTS := asmparser bitreader bitwriter jit native
|
LINK_COMPONENTS := asmparser bitreader bitwriter jit native
|
||||||
|
|
||||||
|
# The JIT tests need to dlopen things.
|
||||||
|
NO_DEAD_STRIP := 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
|
SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user