[PATCH] D61201: [LLD][ELF] Full support for -n (--nmagic) and -N (--omagic)

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 03:53:16 PDT 2019


peter.smith updated this revision to Diff 197082.
peter.smith marked 2 inline comments as done.
peter.smith added a comment.

Updated diff to address review comments. Main changes:

- Removed Config->Nmagic in favour of just using Config->Paged
- Moved test to linkerscript, converted to .test and switched to x86


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61201/new/

https://reviews.llvm.org/D61201

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/LinkerScript.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/linkerscript/Inputs/nmagic.s
  test/ELF/linkerscript/nmagic-alignment.test
  test/ELF/relro-omagic.s
  test/ELF/segments.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61201.197082.patch
Type: text/x-patch
Size: 12388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190429/85587c11/attachment.bin>


More information about the llvm-commits mailing list