[all-commits] [llvm/llvm-project] afeb4a: [ELF] Optimize -Map. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jan 26 22:51:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afeb4a6628a684b268b18d5f3cbd88e58ee75b29
https://github.com/llvm/llvm-project/commit/afeb4a6628a684b268b18d5f3cbd88e58ee75b29
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M lld/ELF/MapFile.cpp
Log Message:
-----------
[ELF] Optimize -Map. NFC
getVA is slow. Avoid calling it in the llvm::sort comparator.
More information about the All-commits
mailing list