[llvm] workflows/release-binaries: Enable PGO (PR #124442)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 00:05:05 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:

I'm assuming dropping this flag is what actually is what enables the release builds to be done with PGO?

I'm not seeing how this plumbing works though. This flag doesn't seem to exist anywhere else in the codebase (although Github search could just be lying to me).

https://github.com/llvm/llvm-project/pull/124442


More information about the llvm-commits mailing list