[PATCH] D30886: [ELF] Pad x86 executable sections with 0xcc int3 instructions

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 09:53:22 PDT 2017


jhenderson updated this revision to Diff 94250.
jhenderson marked an inline comment as done.
jhenderson added a comment.

Rename variable and remove unrelated non-functional change from diff (this will be committed separately). Also updated one of the tests to be independent of the section order.


https://reviews.llvm.org/D30886

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SyntheticSections.cpp
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/default-fill.s
  test/ELF/linkerscript/excludefile.s
  test/ELF/linkerscript/fill-exec-sections.s
  test/ELF/linkerscript/fill.s
  test/ELF/linkerscript/sections-padding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30886.94250.patch
Type: text/x-patch
Size: 12788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170405/b8fe6f1e/attachment.bin>


More information about the llvm-commits mailing list