Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw-w64-clang: build with PGO #101

Merged
merged 1 commit into from
Dec 7, 2023
Merged

mingw-w64-clang: build with PGO #101

merged 1 commit into from
Dec 7, 2023

Conversation

gitforwindowshelper[bot]
Copy link

PGO (Profile-Guided Optimization) can significantly reduce compile times. [1]

Since the Msys2-Commit this is based on uses LLVM_TARGETS_TO_BUILD=Native,
which is identical to LLVM_TARGETS_TO_BUILD="host" for our purposes, update
our logic around LLVM_TARGETS_TO_BUILD to refer to the same target (ARM64)
in the same way consistently with minimal differences to Msys2.

[1] https://llvm.org/docs/HowToBuildWithPGO.html

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
@rimrul rimrul changed the title mingw-w64-clang: update to PGO mingw-w64-clang: build with PGO Dec 6, 2023
@rimrul rimrul marked this pull request as ready for review December 6, 2023 07:06
@rimrul
Copy link
Member

rimrul commented Dec 6, 2023

/deploy

@rimrul
Copy link
Member

rimrul commented Dec 6, 2023

/deploy mingw-w64-clang

The workflow run was started.

@rimrul rimrul merged commit 1efd2fb into main Dec 7, 2023
4 checks passed
@rimrul rimrul deleted the mingw-w64-clang-PGO branch December 7, 2023 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New mingw-w64-clang version] clang: Build with PGO
1 participant