[all-commits] [llvm/llvm-project] 1c04b5: [LTO][ELF] Add --stats-file= option.
henrywong via All-commits
all-commits at lists.llvm.org
Wed Mar 16 21:01:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c04b52b2594d403f739ed919ef420b1e47ae343
https://github.com/llvm/llvm-project/commit/1c04b52b2594d403f739ed919ef420b1e47ae343
Author: wangliushuai <wangliushuai at bytedance.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/LTO.cpp
M lld/ELF/Options.td
A lld/test/ELF/lto/stats-file-option.ll
Log Message:
-----------
[LTO][ELF] Add --stats-file= option.
This patch adds a StatsFile option supported by gold to lld, related patch https://reviews.llvm.org/D45531.
Reviewed By: tejohnson, MaskRay
Differential Revision: https://reviews.llvm.org/D121809
More information about the All-commits
mailing list