Attempt to fix JIT unit tests after r198087.
authorNico Weber <nicolasweber@gmx.de>
Fri, 27 Dec 2013 23:36:22 +0000 (23:36 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 27 Dec 2013 23:36:22 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198089 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/JIT/Makefile

index ef8b827a862e22cf90f88b5df544c2b739f2e0f4..d86c03bfc807221e3dc08f451c7312bc81f96366 100644 (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