This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08bb54f87ba [llvm-pdbutil] Create a "bytes" subcommand. new 130b76bf336 [MC] Allow assembling .secidx and .secrel32 for undefined symbols new 08ef6db9916 [ORC] Switch the object layer API from addObjectSet to addO [...]
The 2 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: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 4 +- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 4 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 4 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 4 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 4 +- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 4 +- include/llvm/ExecutionEngine/Orc/CompileUtils.h | 51 +++++- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 74 ++------ .../ExecutionEngine/Orc/ObjectTransformLayer.h | 25 ++- .../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 6 + .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 195 ++++++++++----------- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 7 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 64 +++---- lib/MC/MCWinCOFFStreamer.cpp | 6 +- test/MC/COFF/secidx-diagnostic.s | 10 -- test/MC/COFF/secrel32-undef.s | 30 ++++ tools/lli/OrcLazyJIT.h | 7 +- .../Orc/ObjectTransformLayerTest.cpp | 175 +++++++++--------- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 56 +++--- 19 files changed, 353 insertions(+), 377 deletions(-) delete mode 100644 test/MC/COFF/secidx-diagnostic.s create mode 100644 test/MC/COFF/secrel32-undef.s