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"
@@ -815,12 +813,6 @@ done
815
813
# TODO: Rename this argument
816
814
LOCAL_HOST=$HOST_TARGET
817
815
818
- # TODO: Remove this some time later.
819
- if [[ " ${USER_CONFIG_ARGS} " ]]; then
820
- echo " Error: --user-config-args is renamed to --extra-cmake-options." 1>&2
821
- exit 1
822
- fi
823
-
824
816
if [[ " ${CHECK_ARGS_ONLY} " ]]; then
825
817
exit 0
826
818
fi
You can’t perform that action at this time.
0 commit comments