Enables overriding earlier --lto-whole-program-visibility.
Variant of D91583 while discussing alternate ways to identify and
handle the --export-dynamic case.
Paths
| Differential D92060
[lld] Add --no-lto-whole-program-visibility ClosedPublic Authored by tejohnson on Nov 24 2020, 2:56 PM.
Details Summary Enables overriding earlier --lto-whole-program-visibility. Variant of D91583 while discussing alternate ways to identify and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2020, 3:17 PM Closed by commit rG07f234be1ccb: [lld] Add --no-lto-whole-program-visibility (authored by tejohnson). · Explain WhyNov 24 2020, 4:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 307462 lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/test/ELF/lto/devirt_vcall_vis_public.ll
|
Could you also add some comments that the existing --export-dynamic is to retain the symbols?