1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames ede141ef16 [ORC] Remove an incorrect use of 'cantFail'.
This code was moved out from BasicObjectLayerMaterializationUnit, which required
the supplied object to be well formed. The getObjectSymbolFlags function does
not require a well-formed object, so we have to propagate the error here.

llvm-svn: 338975
2018-08-05 23:55:35 +00:00
..
CMakeLists.txt [ORC] Add BitReader/BitWriter to target_link_libraries 2018-07-05 21:23:15 +00:00
CompileOnDemandLayer.cpp [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. 2018-07-20 18:31:50 +00:00
Core.cpp [ORC] Change JITSymbolFlags debug output, add a function for getting a symbol 2018-08-05 22:35:37 +00:00
ExecutionUtils.cpp [ORC] Don't call isa<> on a null value. 2018-06-26 22:43:01 +00:00
IndirectionUtils.cpp Fix few typos in comments (write access test commit) 2018-07-12 06:41:41 +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] Remove an incorrect use of 'cantFail'. 2018-08-05 23:55:35 +00:00
Legacy.cpp [ORC] Re-apply r336760 with fixes. 2018-07-21 00:12:05 +00:00
LLJIT.cpp [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. 2018-07-20 18:31:50 +00:00
LLVMBuild.txt [ORC] Add a dependence on MC to LLVMBuild.txt 2018-06-26 22:12:02 +00:00
NullResolver.cpp [ORC] Simplify VSO::lookupFlags to return the flags map. 2018-07-20 18:31:52 +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 [ORC] Update JITCompileCallbackManager to support multi-threaded code. 2018-05-30 01:57:45 +00:00
OrcCBindingsStack.h Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. 2018-07-20 22:22: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 Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off. 2018-07-20 22:22:19 +00:00
RPCUtils.cpp [ORC] Add missing file from r300155. 2017-04-13 01:06:45 +00:00
RTDyldObjectLinkingLayer.cpp [ORC] Re-apply r336760 with fixes. 2018-07-21 00:12:05 +00:00