Skip to content

Commit 95bd2b7

Browse files
authored
Merge pull request #15456 from adrian-prantl/testsuite-gardening
build-script / lldb: rename SWIFTCC -> SWIFTC
2 parents de34be2 + c35d00f commit 95bd2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ for host in "${ALL_HOSTS[@]}"; do
28642864
-E "${DOTEST_EXTRA}"
28652865
else
28662866
with_pushd "${results_dir}" \
2867-
call env SWIFTCC="$(build_directory $LOCAL_HOST swift)/bin/swiftc" \
2867+
call env SWIFTC="$(build_directory $LOCAL_HOST swift)/bin/swiftc" \
28682868
SWIFTLIBS="${swift_build_dir}/lib/swift" \
28692869
"${LLDB_SOURCE_DIR}"/test/dotest.py \
28702870
--executable "${lldb_executable}" \

0 commit comments

Comments
 (0)