This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b0b19af77e [X86] Support .reloc *, R_{386,X86_64}_NONE, * new 7398f4a5f8c [ELF] Implement Dependent Libraries Feature
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 | 20 +++++++++++++++++ docs/LangRef.rst | 32 +++++++++++++++++++++++----- include/llvm-c/lto.h | 10 ++++++++- include/llvm/BinaryFormat/ELF.h | 1 + include/llvm/LTO/LTO.h | 4 ++++ include/llvm/LTO/legacy/LTOModule.h | 4 ++++ include/llvm/Object/IRSymtab.h | 18 +++++++++++++++- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 13 +++++++++++ lib/LTO/LTO.cpp | 1 + lib/LTO/LTOModule.cpp | 6 +++++- lib/MC/MCParser/ELFAsmParser.cpp | 2 ++ lib/MC/MCSectionELF.cpp | 2 ++ lib/Object/ELF.cpp | 1 + lib/Object/IRSymtab.cpp | 18 +++++++++++++++- lib/ObjectYAML/ELFYAML.cpp | 1 + test/Feature/elf-deplibs.ll | 15 +++++++++++++ test/LTO/Resolution/X86/symtab-elf.ll | 6 ++++++ test/MC/ELF/section.s | 13 +++++++++++ test/Object/X86/irsymtab.ll | 10 +++++++-- tools/llvm-lto2/llvm-lto2.cpp | 7 ++++++ tools/llvm-readobj/ELFDumper.cpp | 2 ++ tools/lto/lto.cpp | 4 ++++ 22 files changed, 179 insertions(+), 11 deletions(-) create mode 100644 test/Feature/elf-deplibs.ll