Skip to content

Commit c4f0368

Browse files
committed
Discard changes to .github/workflows/release-binaries.yml
1 parent 3398ee0 commit c4f0368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
echo "enable-pgo=false" >> $GITHUB_OUTPUT
124124
target_cmake_flags="-DLLVM_RELEASE_ENABLE_PGO=OFF"
125125
# 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
126+
# add extra CMake args to disable them.
127127
# See https://github.com/llvm/llvm-project/issues/99767
128128
if [ "${{ runner.os }}" = "macOS" ]; then
129129
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"

0 commit comments

Comments
 (0)