[all-commits] [llvm/llvm-project] a9fe23: [LLD] [COFF] Port -lto-sample-profile to COFF vers...
chrulski-intel via All-commits
all-commits at lists.llvm.org
Wed Mar 20 08:03:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9fe23cde3ee554f4bd6118edcc2e747f3a8d8d5
https://github.com/llvm/llvm-project/commit/a9fe23cde3ee554f4bd6118edcc2e747f3a8d8d5
Author: chrulski-intel <christopher.m.chrulski at intel.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
A lld/test/COFF/Inputs/lto-sample-profile.prof
A lld/test/COFF/lto-sample-profile.ll
Log Message:
-----------
[LLD] [COFF] Port -lto-sample-profile to COFF version of LLD (#85701)
Following the commit of #83972 which added COFF support for SPGO, this
patch ports the support of the option -lto-sample-profile that was only
available in the ELF variant of LLD to the COFF variant to enable
running the SPGO passes in the LTO/thinLTO pipelines.
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