[llvm] workflows/release-binaries: Enable PGO (PR #124442)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 11:18:30 PST 2025
================
@@ -130,9 +129,6 @@ jobs:
echo ccache=sccache >> $GITHUB_OUTPUT
fi
- # Detect necessary CMake flags
- echo "enable-pgo=false" >> $GITHUB_OUTPUT
- target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
----------------
boomanaiden154 wrote:
Ah, it's defined purely in the cache file. Seems good to me then. Thanks for the explanation!
https://github.com/llvm/llvm-project/pull/124442
More information about the llvm-commits
mailing list