We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3398ee0 commit c4f0368Copy full SHA for c4f0368
.github/workflows/release-binaries.yml
@@ -123,7 +123,7 @@ jobs:
123
echo "enable-pgo=false" >> $GITHUB_OUTPUT
124
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
125
# The macOS builds try to cross compile some libraries so we need to
126
- # add extra CMake args to disable them. TODO Remove this comment
+ # add extra CMake args to disable them.
127
# See https://github.com/llvm/llvm-project/issues/99767
128
if [ "${{ runner.os }}" = "macOS" ]; then
129
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
0 commit comments