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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 21:15:06 PST 2017


ruiu added a comment.

The amount of new code seems a bit overwhelming. I wonder if there's a better and simpler way of doing it. In what condition do sections overlap?

We do have a check if "." doesn't rewind. Doesn't it work as a prevention for section overlapping?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41046





More information about the llvm-commits mailing list