[PATCH] D60131: [ELF] Change default output section type to SHT_PROGBITS

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 13:21:15 PDT 2019


andrewng added a comment.

In D60131#1482865 <https://reviews.llvm.org/D60131#1482865>, @phosek wrote:

> This change broke our kernel build, I filed a bug PR41653 which has more details, but it seems like that with this change, linker produces wrong layout. Can we please revert this change until we figure out how to address this issue?


Do either or both of D61186 <https://reviews.llvm.org/D61186> and D61197 <https://reviews.llvm.org/D61197> help with your issue, as these are related to orphan behaviour as a result of this change to the default output section type.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D60131





More information about the llvm-commits mailing list