1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Andres Freund a2c6eb8268 Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."
This reverts r333147 until https://reviews.llvm.org/D47308 is ready to
be reviewed. r333147 exposed a behavioural difference between
OrcCBindingsStack::findSymbolIn() and OrcCBindingsStack::findSymbol(),
where only the latter does name mangling. After r333147 that causes a
test failure on OSX, because the new test looks for main using
findSymbolIn() but the mangled name is _main.

llvm-svn: 333152
2018-05-24 05:10:19 +00:00
..
CMakeLists.txt [LKH] Add a new IRTransformLayer. 2018-05-23 21:27:07 +00:00
Core.cpp [ORC] Preserve Materializing symbol flag during resolution. 2018-05-21 21:11:22 +00:00
ExecutionUtils.cpp [ORC] Re-apply r327566 with a fix for test-global-ctors.ll. 2018-03-15 00:30:14 +00:00
IndirectionUtils.cpp [ORC] Fix ORC on platforms without indirection support. 2018-03-28 03:41:45 +00:00
IRCompileLayer.cpp [LKH] Add a new IRCompileLayer. 2018-05-23 21:27:01 +00:00
IRTransformLayer.cpp [LKH] Add a new IRTransformLayer. 2018-05-23 21:27:07 +00:00
Layer.cpp [ORC] Move symbol-scanning and discard from BasicIRLayerMaterializationUnit in 2018-05-22 16:15:38 +00:00
Legacy.cpp [ORC] Rewrite the VSO symbol table yet again. Update related utilities. 2018-05-16 22:24:30 +00:00
LLVMBuild.txt
NullResolver.cpp [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. 2018-02-14 22:12:56 +00:00
ObjectTransformLayer.cpp [LKH] Add ObjectTransformLayer2. 2018-05-23 21:27:06 +00:00
OrcABISupport.cpp Remove redundant includes from lib/ExecutionEngine. 2017-12-13 21:30:50 +00:00
OrcCBindings.cpp Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." 2018-05-24 05:10:19 +00:00
OrcCBindingsStack.h Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." 2018-05-24 05:10:19 +00:00
OrcError.cpp [ORC] Plumb error notifications through the VSO interface. 2018-04-12 18:35:08 +00:00
OrcMCJITReplacement.cpp [ORC] Re-apply r327566 with a fix for test-global-ctors.ll. 2018-03-15 00:30:14 +00:00
OrcMCJITReplacement.h [ORC] Rewrite the VSO symbol table yet again. Update related utilities. 2018-05-16 22:24:30 +00:00
RPCUtils.cpp [ORC] Add missing file from r300155. 2017-04-13 01:06:45 +00:00
RTDyldObjectLinkingLayer.cpp [LKH] Add a new IRCompileLayer. 2018-05-23 21:27:01 +00:00