summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-12-27 23:36:22 +0000
committerNico Weber <nicolasweber@gmx.de>2013-12-27 23:36:22 +0000
commitba6102bd8adbba906be976492636f2c9ddb08643 (patch)
tree813389ba31a17d36871f95b7c8fee2c536c383f4 /unittests
parent5e7c782b29d4317db9098e7482046fbbc9933054 (diff)
downloadllvm-ba6102bd8adbba906be976492636f2c9ddb08643.tar.gz
llvm-ba6102bd8adbba906be976492636f2c9ddb08643.tar.bz2
llvm-ba6102bd8adbba906be976492636f2c9ddb08643.tar.xz
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ExecutionEngine/JIT/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/JIT/Makefile b/unittests/ExecutionEngine/JIT/Makefile
index ef8b827a86..d86c03bfc8 100644
--- a/unittests/ExecutionEngine/JIT/Makefile
+++ b/unittests/ExecutionEngine/JIT/Makefile
@@ -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