[all-commits] [llvm/llvm-project] da374d: [lld-macho][nfc] Update map file sample output in ...
Jez Ng via All-commits
all-commits at lists.llvm.org
Fri Oct 21 19:49:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da374d180dbdaefd7d4b111c442ac77837323511
https://github.com/llvm/llvm-project/commit/da374d180dbdaefd7d4b111c442ac77837323511
Author: Jez Ng <jezng at fb.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M lld/MachO/MapFile.cpp
Log Message:
-----------
[lld-macho][nfc] Update map file sample output in comment
Include symbol sizes (present after {D135883}) as well as an example of
a dead-stripped symbol.
Commit: b9457330266e12364e8949939f899135c41d88b3
https://github.com/llvm/llvm-project/commit/b9457330266e12364e8949939f899135c41d88b3
Author: Jez Ng <jezng at fb.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M lld/MachO/LTO.cpp
M lld/MachO/MapFile.cpp
M lld/MachO/SymbolTable.cpp
M lld/MachO/Symbols.cpp
M lld/MachO/Symbols.h
M lld/MachO/SyntheticSections.cpp
A lld/test/MachO/map-file.ll
Log Message:
-----------
[lld-macho] Map file should map symbols to their original bitcode file
... instead of mapping them to the intermediate object file.
This matches ld64.
Reviewed By: #lld-macho, Roger
Differential Revision: https://reviews.llvm.org/D136380
Compare: https://github.com/llvm/llvm-project/compare/7e99427e9fdf...b9457330266e
More information about the All-commits
mailing list