1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/ExecutionEngine/JIT
Ulrich Weigand ec9f537092 Alternative fix for problem addressed in r182233
Revision r182233 partially reverted the change in r181200 to simplify
JIT unif test #ifdefs, because that change caused a link error on some
host operating systems where the export list requires the following
symbols to be defined:

 JITTest_AvailableExternallyFunction
 JITTest_AvailableExternallyGlobal

As discussed on the list, the commit reverts r182233 (and re-installs
the full r181200 change), and instead fixes the link problem by moving
those two symbols to the top of the file and unconditionally defining
them.

llvm-svn: 182367
2013-05-21 10:30:59 +00:00
..
CMakeLists.txt Explicitly add -Wl,--export-all-symbols on mingw/cygwin. 2013-04-04 01:19:55 +00:00
IntelJITEventListenerTest.cpp Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
JITEventListenerTest.cpp [SystemZ] Set up JIT/MCJIT test cases 2013-05-06 16:21:50 +00:00
JITEventListenerTestCommon.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
JITMemoryManagerTest.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
JITTest.cpp Alternative fix for problem addressed in r182233 2013-05-21 10:30:59 +00:00
JITTests.def
Makefile Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. 2013-01-28 19:52:37 +00:00
MultiJITTest.cpp [SystemZ] Set up JIT/MCJIT test cases 2013-05-06 16:21:50 +00:00
OProfileJITEventListenerTest.cpp Sort the #include lines for unittest/... 2012-12-04 10:23:08 +00:00