[PATCH] D119372: [lld-macho] Unset ExportDynamic where possible for LTO
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 22:07:51 PST 2022
int3 added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:1561
}
+ isPrivateExtern = isPrivateExtern || objSym.canBeOmittedFromSymbolTable();
----------------
oops, this line should be in a separate diff
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119372/new/
https://reviews.llvm.org/D119372
More information about the llvm-commits
mailing list