[PATCH] D135082: [lld-macho] Mark aliased symbols as noDeadStrip
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 09:15:12 PDT 2022
keith added a comment.
I didn't investigate the ld64 behavior besides checking that this same test case passes with it
================
Comment at: lld/MachO/MarkLive.cpp:232
// * -reexported_symbol(s_list)
- // * -alias(-list)
+ // * -alias_list
// * -init
----------------
Left this here since we don't support this one yet
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135082/new/
https://reviews.llvm.org/D135082
More information about the llvm-commits
mailing list