[PATCH] D92950: [WebAssembly] [lld] Exclude COMDAT sections
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 14:55:44 PST 2020
dschuff added a reviewer: sbc100.
dschuff added a comment.
I found that comdat functions seem to be getting double-included (i.e. not properly excluded) when using `--no-gc-sections` (independently of whether the object originates from llc or from assembly). I removed the checks that test functions and made them only test the section behavior. We can fix functions in a follow-up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92950/new/
https://reviews.llvm.org/D92950
More information about the llvm-commits
mailing list