Skip to content

Commit 651d669

Browse files
committed
Fix MAC test failures related to the Clang driver changes.
1 parent 5686cf3 commit 651d669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/Driver/uefi-constructed-args.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// RUN: %clang_cl -### %s --target=x86_64-unknown-uefi \
2-
// RUN: --sysroot=%S/platform -fuse-ld=lld -g 2>&1 \
1+
// RUN: %clang_cl -### --target=x86_64-unknown-uefi -g -- %s 2>&1 \
32
// RUN: | FileCheck -check-prefixes=CHECK %s
43
// CHECK: "-cc1"
54
// CHECK-SAME: "-triple" "x86_64-unknown-uefi"

0 commit comments

Comments
 (0)