Skip to content

Commit 3b578ab

Browse files
committed
build: remove USER_CONFIG_ARGS (NFC)
This was deprecated 4 years ago: obsolete the option.
1 parent 746b58e commit 3b578ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

utils/build-script-impl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ KNOWN_SETTINGS=(
247247
swift-cmake-options "" "CMake options used for all swift targets"
248248
xctest-cmake-options "" "CMake options used for all xctest targets"
249249
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."
252250
only-execute "all" "Only execute the named action (see implementation)"
253251
llvm-lit-args "" "If set, override the lit args passed to LLVM"
254252
clang-profile-instr-use "" "If set, profile file to use for clang PGO while building llvm/clang"
@@ -815,12 +813,6 @@ done
815813
# TODO: Rename this argument
816814
LOCAL_HOST=$HOST_TARGET
817815

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-
824816
if [[ "${CHECK_ARGS_ONLY}" ]]; then
825817
exit 0
826818
fi

0 commit comments

Comments
 (0)