mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
e3658a26b5
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182367 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IntelJITEventListenerTest.cpp | ||
JITEventListenerTest.cpp | ||
JITEventListenerTestCommon.h | ||
JITMemoryManagerTest.cpp | ||
JITTest.cpp | ||
JITTests.def | ||
Makefile | ||
MultiJITTest.cpp | ||
OProfileJITEventListenerTest.cpp |