This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 74157fc710d [DebugInfo] Use absolute addresses in location lists new dbe392a333e AMDGPU: Update GCCBuiltin names for DS FP atomic intrinsics new 60fd99da883 MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
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: include/llvm/IR/IntrinsicsAMDGPU.td | 6 +- include/llvm/MC/MCAsmBackend.h | 6 ++ include/llvm/MC/MCELFObjectWriter.h | 5 ++ lib/MC/ELFObjectWriter.cpp | 108 +++++++++++++++++++++++++++++++----- lib/MC/MCAsmBackend.cpp | 10 ++++ test/MC/ELF/dwo-restrict-relocs.s | 10 ++++ test/MC/ELF/dwo-sections.s | 25 +++++++++ tools/llvm-mc/llvm-mc.cpp | 43 +++++++++----- 8 files changed, 182 insertions(+), 31 deletions(-) create mode 100644 test/MC/ELF/dwo-restrict-relocs.s create mode 100644 test/MC/ELF/dwo-sections.s