[PATCH] D75617: [WPD] Provide a way to prevent function(s) from being devirtualized
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:58:08 PST 2020
pcc added a comment.
There is already a way to do this, with the attribute `[[clang::lto_visibility_public]]`. Why do you need another one?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75617/new/
https://reviews.llvm.org/D75617
More information about the llvm-commits
mailing list