This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from efac3737826 [PDB] Better native API support for pointers. new c7013cd325e Add a comment to clarify the contract for LLVMGetErrorMessa [...] new 974e7049611 [ORC] Clear SymbolToDefinitionMap when materializing a Mate [...] new 90c3271e8e4 [ORC] Add partitioning support to CompileOnDemandLayer2.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm-c/Error.h | 2 + .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 32 +- include/llvm/ExecutionEngine/Orc/LLJIT.h | 6 + lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 330 +++++++++++---------- lib/ExecutionEngine/Orc/Core.cpp | 6 +- lib/ExecutionEngine/Orc/Layer.cpp | 5 + lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 4 +- lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 6 + .../OrcLazy/basic-whole-module-partitions.ll | 21 ++ test/ExecutionEngine/OrcLazy/module-flags.ll | 2 +- tools/lli/lli.cpp | 44 ++- 11 files changed, 280 insertions(+), 178 deletions(-) create mode 100644 test/ExecutionEngine/OrcLazy/basic-whole-module-partitions.ll