[PATCH] D114737: [lld][Macho] Include dead-stripped symbols in mapfile
Vincent Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 27 15:10:00 PST 2022
thevinster accepted this revision.
thevinster added inline comments.
================
Comment at: lld/MachO/MapFile.cpp:150
+ os << "# Dead Stripped Symbols:\n";
+ os << "# Address\t File Name\n";
+ for (Symbol *sym : deadSymbols) {
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114737/new/
https://reviews.llvm.org/D114737
More information about the llvm-commits
mailing list