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:
133133 # add extra CMake args to disable them.
134134 # See https://github.com/llvm/llvm-project/issues/99767
135135 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"
137137 if [ "$RUNNER_ARCH" = "ARM64" ]; then
138138 arches=arm64
139139 else
@@ -144,7 +144,7 @@ jobs:
144144 # so we need to disable flang there.
145145 target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;polly;mlir'"
146146 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"
148148 fi
149149
150150 build_flang="true"
You can’t perform that action at this time.
0 commit comments