[PATCH] D29590: Generalize SHF_LINK_ORDER to user defined sections
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 10:32:32 PST 2017
rnk added a comment.
lgtm
================
Comment at: lld/ELF/MarkLive.cpp:170
default:
+ if (Sec->Flags & SHF_LINK_ORDER)
+ return false;
----------------
Do we already have the dependency from the associated section? It looks like LLD has some logic for it, but I can't tell if it's enough.
https://reviews.llvm.org/D29590
More information about the llvm-commits
mailing list