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

Carlo Cabrera via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 11:14:57 PST 2025


================
@@ -238,13 +234,14 @@ jobs:
             ${{ needs.prepare.outputs.target-cmake-flags }} \
             -C clang/cmake/caches/Release.cmake \
             -DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
-            -DBOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
+            -DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}" \
----------------
carlocab wrote:

Is the extra `\` at the end intentional?

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


More information about the llvm-commits mailing list