[PATCH] D145623: [lld-macho] Print archive names in linker map
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 13:30:31 PST 2023
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
> Note that we aren't using toString(InputFile*) here because it
includes the install name for dylibs in its output, and ld64's map file
does not contain those.
Could you include this comment somewhere in the code as well, so that it's more easily accessible? Otherwise LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145623/new/
https://reviews.llvm.org/D145623
More information about the llvm-commits
mailing list