[PATCH] D15712: [ELF] - implemented --eh-frame-hdr command line option.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 04:38:00 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

--eh-frame-hdr
Request creation of ".eh_frame_hdr" section and ELF "PT_GNU_EH_FRAME" segment header.

http://reviews.llvm.org/D15712

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/Inputs/invalid-cie-version2.elf
  test/ELF/eh-frame-hdr-no-out.s
  test/ELF/eh-frame-hdr-no-out2.s
  test/ELF/eh-frame-hdr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15712.43439.patch
Type: text/x-patch
Size: 20582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151222/35113025/attachment.bin>


More information about the llvm-commits mailing list