[PATCH] D47919: llvm-readobj: add experimental support for SHT_RELR sections.
Rahul Chaudhry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 16:48:24 PDT 2018
rahulchaudhry created this revision.
rahulchaudhry added a reviewer: pcc.
Herald added subscribers: llvm-commits, srhines.
This change adds experimental support for SHT_RELR sections, proposed
here: https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg
Definitions for the new ELF section type and dynamic array tags, as well
as the encoding used in the new section are all under discussion and are
subject to change. Use with caution!
Repository:
rL LLVM
https://reviews.llvm.org/D47919
Files:
include/llvm/BinaryFormat/DynamicTags.def
include/llvm/BinaryFormat/ELF.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFTypes.h
lib/Object/ELF.cpp
lib/ObjectYAML/ELFYAML.cpp
tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47919.150432.patch
Type: text/x-patch
Size: 25528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/9b07aef0/attachment.bin>
More information about the llvm-commits
mailing list