File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,6 @@ KNOWN_SETTINGS=(
247
247
swift-cmake-options " " " CMake options used for all swift targets"
248
248
xctest-cmake-options " " " CMake options used for all xctest targets"
249
249
playgroundsupport-cmake-options " " " CMake options used for all playgroundsupport targets"
250
- # TODO: Remove this some time later.
251
- user-config-args " " " **Renamed to --extra-cmake-options**: User-supplied arguments to cmake when used to do configuration."
252
250
only-execute " all" " Only execute the named action (see implementation)"
253
251
llvm-lit-args " " " If set, override the lit args passed to LLVM"
254
252
clang-profile-instr-use " " " If set, profile file to use for clang PGO while building llvm/clang"
@@ -783,12 +781,6 @@ done
783
781
# TODO: Rename this argument
784
782
LOCAL_HOST=$HOST_TARGET
785
783
786
- # TODO: Remove this some time later.
787
- if [[ " ${USER_CONFIG_ARGS} " ]]; then
788
- echo " Error: --user-config-args is renamed to --extra-cmake-options." 1>&2
789
- exit 1
790
- fi
791
-
792
784
if [[ " ${CHECK_ARGS_ONLY} " ]]; then
793
785
exit 0
794
786
fi
You can’t perform that action at this time.
0 commit comments