[PATCH] D72899: [MC] Drop SHF_LINK_ORDER and set sh_link to 0 if the associated symbol is undefined

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 00:21:55 PST 2020


MaskRay planned changes to this revision.
MaskRay added a comment.

Still investigating which approach is the best:

- Allow SHF_LINK_ORDER + sh_link=0 : this will require more changes in CodeGen/MC
- Drop SHF_LINK_ORDER when sh_link=0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72899





More information about the llvm-commits mailing list