File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
# add extra CMake args to disable them.
134
134
# See https://github.com/llvm/llvm-project/issues/99767
135
135
if [ "$RUNNER_OS" = "macOS" ]; then
136
- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS =OFF"
136
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS =OFF"
137
137
if [ "$RUNNER_ARCH" = "ARM64" ]; then
138
138
arches=arm64
139
139
else
@@ -144,7 +144,7 @@ jobs:
144
144
# so we need to disable flang there.
145
145
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;polly;mlir'"
146
146
fi
147
- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_DARWIN_osx_ARCHS =$arches -DBOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS =$arches"
147
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS =$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS =$arches"
148
148
fi
149
149
150
150
build_flang="true"
You can’t perform that action at this time.
0 commit comments