[all-commits] [llvm/llvm-project] 2d9d29: [LLD] Do not combine cg_profile from obj and order...
Haohai Wen via All-commits
all-commits at lists.llvm.org
Sat Jan 4 18:38:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d9d291da0fb94c05b31de0b08ccb881dbead798
https://github.com/llvm/llvm-project/commit/2d9d291da0fb94c05b31de0b08ccb881dbead798
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M lld/COFF/Driver.cpp
M lld/ELF/Driver.cpp
M lld/test/COFF/cgprofile-obj.s
M lld/test/ELF/cgprofile-obj.s
Log Message:
-----------
[LLD] Do not combine cg_profile from obj and ordering file (#121325)
cg_profile in object is from CGProfilePass and it is often inaccurate.
While call-graph-ordering-file is provided by user. It is weird to
aggregate them together especially when call-graph-ordering-file is
accurate enough.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list