[PATCH] D52303: [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 11:39:07 PDT 2018
dblaikie added a comment.
Have you tested this with binutils dwp tool? Given the overlap between linking and dwp (binutils dwp uses parts of the gold linker implementation I think) - I could imagine marking these as ignore might even end up applying to the dwp tool & breaking that process.
https://reviews.llvm.org/D52303
More information about the llvm-commits
mailing list