This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f30de8d0a6 [AArch64] Add new target feature to fuse address generation [...] new e7676fec11b CodeGen: support an extension to pass linker options on ELF
The 1 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: docs/Extensions.rst | 38 +++++++++++++ include/llvm/BinaryFormat/ELF.h | 77 ++++++++++++++------------- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 19 ++++++- lib/MC/MCParser/ELFAsmParser.cpp | 2 + lib/MC/MCSectionELF.cpp | 2 + lib/Object/ELF.cpp | 1 + lib/ObjectYAML/ELFYAML.cpp | 1 + test/Feature/elf-linker-options.ll | 16 ++++++ test/MC/ELF/section.s | 14 +++++ test/tools/llvm-readobj/elf-linker-options.ll | 11 ++++ tools/llvm-readobj/ELFDumper.cpp | 37 +++++++++++++ tools/llvm-readobj/ObjDumper.h | 1 + tools/llvm-readobj/llvm-readobj.cpp | 7 +++ 13 files changed, 187 insertions(+), 39 deletions(-) create mode 100644 test/Feature/elf-linker-options.ll create mode 100644 test/tools/llvm-readobj/elf-linker-options.ll