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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 02:52:38 PST 2018


jhenderson added a comment.

Following this change, there's now always a warning or error with overlapping sections, but this seems undesirable in the occasional case where a user actually wants this behaviour, so I've suggested that we also add --check-sections from ld.bfd in https://bugs.llvm.org/show_bug.cgi?id=36205.


Repository:
  rL LLVM

https://reviews.llvm.org/D41046





More information about the llvm-commits mailing list