[PATCH] D75151: [ELF] --orphan-handling=: don't warn/error for input SHT_REL[A] retained by --emit-relocs

Kees Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 20:26:08 PST 2020


kees added a comment.

Awesome! With this and D75149 <https://reviews.llvm.org/D75149> my defconfig kernel build now only shows:

  ld.lld: warning: <internal>:(.symtab) is being placed in '.symtab'
  ld.lld: warning: <internal>:(.shstrtab) is being placed in '.shstrtab'
  ld.lld: warning: <internal>:(.strtab) is being placed in '.strtab'

Nice :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75151





More information about the llvm-commits mailing list