Skip to content
Snippets Groups Projects
Commit 01728f54 authored by Nico Weber's avatar Nico Weber
Browse files

Attempt to fix JIT unit tests after r198087.

llvm-svn: 198089
parent 90a17375
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ LEVEL = ../../.. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment