[PATCH] D32485: [LLD][ELF] Make SHF_LINK_ORDER sections orphans

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 15:37:38 PDT 2017


ruiu added a comment.

I'm not sure if I completely understand this patch. Is this effectively the same as handling

  .ARM.exidx { <something> }

as

  .ARM.exidx {}

?


https://reviews.llvm.org/D32485





More information about the llvm-commits mailing list