diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2013-12-27 23:36:22 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2013-12-27 23:36:22 +0000 |
| commit | 01728f5407220e8df9324a6587a4307feb23dcf9 (patch) | |
| tree | c4ffe6c7d22340385b49303bef3681184793d2cf | |
| parent | 90a173750d7931f2e3456d3b979379e5b17b215c (diff) | |
| download | bcm5719-llvm-01728f5407220e8df9324a6587a4307feb23dcf9.tar.gz bcm5719-llvm-01728f5407220e8df9324a6587a4307feb23dcf9.zip | |
Attempt to fix JIT unit tests after r198087.
llvm-svn: 198089
| -rw-r--r-- | llvm/unittests/ExecutionEngine/JIT/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/Makefile b/llvm/unittests/ExecutionEngine/JIT/Makefile index ef8b827a862..d86c03bfc80 100644 --- a/llvm/unittests/ExecutionEngine/JIT/Makefile +++ b/llvm/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 |

