Skip to content

Commit d228fb2

Browse files
authored
Merge pull request swiftlang#28959 from compnerd/obsoleted
build: remove `USER_CONFIG_ARGS` (NFC)
2 parents 5090203 + 3b578ab commit d228fb2

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"
@@ -783,12 +781,6 @@ done
783781
# TODO: Rename this argument
784782
LOCAL_HOST=$HOST_TARGET
785783

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-
792784
if [[ "${CHECK_ARGS_ONLY}" ]]; then
793785
exit 0
794786
fi

0 commit comments

Comments
 (0)