Skip to content

Commit 23273d8

Browse files
authored
Merge pull request #59322 from ahoppen/pr/specify-cmake-build-lld-test
[test] Explicitly specify --cmake %cmake for build_lld.test
2 parents 7663875 + 55051a7 commit 23273d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/BuildSystem/build_lld.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RUN: %empty-directory(%t)
22
# RUN: mkdir -p %t
3-
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --build-lld 2>&1 | %FileCheck %s
3+
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --cmake %cmake --build-lld 2>&1 | %FileCheck %s
44

55
# REQUIRES: standalone_build
66

0 commit comments

Comments
 (0)