[PATCH] D151965: [ThinLTO] Fix internalization decisions for weak/linkonce ODR
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 13:17:20 PDT 2023
steven_wu added a comment.
> The only way I can think of to test that is to use llvm-lto with --exported-symbol=, which preserves that symbol via ThinLTOCodeGenerator::preserveSymbol.
So the new API users don't use the exported symbol function? Then current test case looks fine to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151965/new/
https://reviews.llvm.org/D151965
More information about the llvm-commits
mailing list