[all-commits] [llvm/llvm-project] 4f9c61: [lld] add context-sensitive PGO options for COFF.
Yolanda-Chen via All-commits
all-commits at lists.llvm.org
Wed Mar 24 23:41:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f9c61ef7229037f43d6502f5157050aeadb4605
https://github.com/llvm/llvm-project/commit/4f9c61ef7229037f43d6502f5157050aeadb4605
Author: Yolanda Chen <yolanda.chen at intel.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
Log Message:
-----------
[lld] add context-sensitive PGO options for COFF.
Add lld CSPGO (Contex-Sensitive PGO) options for COFF target.
Reference the ELF options from https://reviews.llvm.org/D56675
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D98763
More information about the All-commits
mailing list