This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b3b7ed35de [InstCombine] Add a flag to disable LowerDbgDeclare new 07192e92c47 [ARC] Prepare the implementation of relocation for LLD new 71d2001fbb2 Fix dwarfdump cmdline test on Windows
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/BinaryFormat/ELF.h | 21 ++++++++ include/llvm/BinaryFormat/ELFRelocs/ARC.def | 74 +++++++++++++++++++++++++++++ include/llvm/module.modulemap | 1 + lib/Object/ELF.cpp | 8 ++++ lib/ObjectYAML/ELFYAML.cpp | 3 ++ test/tools/llvm-dwarfdump/X86/cmdline.test | 2 +- 6 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 include/llvm/BinaryFormat/ELFRelocs/ARC.def