[PATCH] D92900: [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 16:25:55 PST 2020
MaskRay added a subscriber: lhames.
MaskRay added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/FunctionImport.cpp:1034
+ // This can be extended to other binary
+ // formats: be aware that some binary formats use the visibility from the
+ // prevailing definition.
----------------
@lhames This is what I discussed in the discord room:)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92900/new/
https://reviews.llvm.org/D92900
More information about the llvm-commits
mailing list