[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 14:53:41 PDT 2019


andrewng added a comment.

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

> D61197 <https://reviews.llvm.org/D61197> seems to have addressed the issue, D61186 <https://reviews.llvm.org/D61186> made no difference.


Hopefully, I'll get an LGTM for D61197 <https://reviews.llvm.org/D61197> soon and will be able to land it. We're waiting on this fix too :). The default output section type of SHT_NOBITS was actually "hiding" a number of issues...


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