[PATCH] D47145: [X86][ELF][CET] Adding the .note.gnu.property ELF section in X86
Mikhail Dvoretckii via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 08:20:45 PDT 2018
mike.dvoretsky updated this revision to Diff 148606.
mike.dvoretsky added a comment.
Enabled readobj to parse sections that use 32 bits for the data on 64-bit targets (like gcc currently does) and added explicit alignment to the section generation.
https://reviews.llvm.org/D47145
Files:
llvm/include/llvm/BinaryFormat/ELF.h
llvm/lib/Target/X86/X86AsmPrinter.cpp
llvm/test/CodeGen/X86/note-cet-property.ll
llvm/test/tools/llvm-readobj/note-gnu-property.s
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47145.148606.patch
Type: text/x-patch
Size: 9258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/300638e0/attachment.bin>
More information about the llvm-commits
mailing list