[PATCH] D41046: [ELF] Make overlapping output sections an error

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 07:38:43 PST 2018


arichardson updated this revision to Diff 131968.
arichardson added a comment.

- Rebased
- Made slightly more efficient by using std::partition instead of comparing in every loop iteration


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41046

Files:
  ELF/Config.h
  ELF/Relocations.cpp
  ELF/Writer.cpp
  test/ELF/arm-thumb-interwork-thunk.s
  test/ELF/linkerscript/overlapping-sections.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41046.131968.patch
Type: text/x-patch
Size: 17383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/1e577785/attachment-0001.bin>


More information about the llvm-commits mailing list