[PATCH] D28626: RFC: Generalize inverted gc dependencies

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 14:43:25 PST 2017


eugenis added a comment.

A bigger problem is current LLD crashing on SHF_LINK_ORDER with zero sh_link, and ld.bfd complaining about that with warning messages. This means we can not safely create such sections in the compiler.

Add SHF_ASSOCIATED?


https://reviews.llvm.org/D28626





More information about the llvm-commits mailing list