This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ceb92ae8110 ARC, Nios2: Silence build warnings. NFCI. new 0d0bfa9754a [codeview] Include record prefix in global type hashing new e78f10b99e0 [ORC] Make MaterializationResponsibility's constructor private. new fe651d1a0e3 [ORC] Consolidate materialization errors, and generate them [...] new 5b752cf527f [WebAssembly] Add Wasm personality and isScopedEHPersonality()
The 4 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/Analysis/EHPersonalities.h | 19 ++++- include/llvm/ExecutionEngine/Orc/Core.h | 54 ++++-------- lib/Analysis/EHPersonalities.cpp | 30 +++---- lib/Analysis/MustExecute.cpp | 2 +- lib/CodeGen/DwarfEHPrepare.cpp | 4 +- lib/CodeGen/MachineVerifier.cpp | 2 +- lib/CodeGen/WinEHPrepare.cpp | 6 +- lib/DebugInfo/CodeView/TypeHashing.cpp | 1 + lib/ExecutionEngine/Orc/Core.cpp | 45 ++++------ .../InstCombine/InstructionCombining.cpp | 1 + lib/Transforms/Instrumentation/GCOVProfiling.cpp | 12 +-- lib/Transforms/ObjCARC/ObjCARCContract.cpp | 2 +- lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 2 +- lib/Transforms/Utils/EscapeEnumerator.cpp | 4 +- lib/Transforms/Utils/InlineFunction.cpp | 2 +- test/DebugInfo/COFF/global-type-hashes.ll | 55 ++++++------- test/DebugInfo/COFF/pr37492.ll | 63 ++++++++++++++ test/DebugInfo/PDB/obj-globalhash.test | 22 ++--- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 95 +++++----------------- 19 files changed, 207 insertions(+), 214 deletions(-) create mode 100644 test/DebugInfo/COFF/pr37492.ll