[llvm] r198089 - Attempt to fix JIT unit tests after r198087.
Nico Weber
nicolasweber at gmx.de
Fri Dec 27 15:36:22 PST 2013
Author: nico
Date: Fri Dec 27 17:36:22 2013
New Revision: 198089
URL: http://llvm.org/viewvc/llvm-project?rev=198089&view=rev
Log:
Attempt to fix JIT unit tests after r198087.
Modified:
llvm/trunk/unittests/ExecutionEngine/JIT/Makefile
Modified: llvm/trunk/unittests/ExecutionEngine/JIT/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/Makefile?rev=198089&r1=198088&r2=198089&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/JIT/Makefile (original)
+++ llvm/trunk/unittests/ExecutionEngine/JIT/Makefile Fri Dec 27 17:36:22 2013
@@ -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
More information about the llvm-commits
mailing list