We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clang: Build with PGO
msys2/MINGW-packages@4dd91d1
The text was updated successfully, but these errors were encountered:
This seems relevant: https://llvm.org/docs/HowToBuildWithPGO.html claims that this can reduce compile times by up to 20%.
However, looking at the commit, I gather that it will conflict (this change is adjacent to this change). @rimrul do you want to take a crack at it?
Sorry, something went wrong.
/open pr
The workflow run was started
However, looking at the commit, I gather that it will conflict
That's a neat side effect of how update-clang-from-msys2.sh is implemented: sed knows no conflicts.
sed
I am slightly confused why it didn't change Native to host here though. git-for-windows/MINGW-packages@547e0b3#diff-125e46f56c15d81bb2f9210bdcc4959baf788e9db4c0acfbff0148bf4416815dR218
Native
host
Edit: I'm not confused anymore, it expects double quotes around the list of targets.
Successfully merging a pull request may close this issue.
msys2/MINGW-packages@4dd91d1
The text was updated successfully, but these errors were encountered: