Skip to content

Commit ce3f098

Browse files
authored
Merge pull request #8754 from erg/build-script-impl-version-remove
utils/build-script-impl: Remove dead code.
2 parents 3b32ee8 + 0024058 commit ce3f098

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/build-script-impl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ KNOWN_SETTINGS=(
173173
native-llvm-tools-path "" "directory that contains LLVM tools that are executable on the build machine"
174174
native-clang-tools-path "" "directory that contains Clang tools that are executable on the build machine"
175175
native-swift-tools-path "" "directory that contains Swift tools that are executable on the build machine"
176-
compiler-vendor "none" "compiler vendor name [none,apple]"
177-
clang-user-visible-version "4.0.0" "user-visible version of the embedded Clang and LLVM compilers"
178-
swift-user-visible-version "3.1" "user-visible version of the Swift language"
179-
swift-compiler-version "" "string that indicates a compiler version for Swift"
180-
clang-compiler-version "" "string that indicates a compiler version for Clang"
181176
embed-bitcode-section "0" "embed an LLVM bitcode section in stdlib/overlay binaries for supported platforms"
182177
darwin-crash-reporter-client "" "whether to enable CrashReporter integration"
183178
darwin-stdlib-install-name-dir "" "the directory of the install_name for standard library dylibs"

0 commit comments

Comments
 (0)