Skip to content

Commit 05ea321

Browse files
committed
[clang-cl] Fix test after 951f362 on systems where default target isn't x86_64
1 parent 2f97ff8 commit 05ea321

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/test/Driver/cl-sysroot.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// RUN: rm -rf %t
22
// RUN: split-file %s %t
33

4-
// RUN: %clang_cl -m64 /winsysroot %t -### -- %t/foo.cpp 2>&1 | FileCheck %s
5-
// RUN: %clang_cl -m64 \
4+
// RUN: %clang_cl --target=x86_64-windows \
5+
// RUN: /winsysroot %t \
6+
// RUN: -### -- %t/foo.cpp 2>&1 | FileCheck %s
7+
// RUN: %clang_cl --target=x86_64-windows \
68
// RUN: /diasdkdir "%t/DIA SDK" \
79
// RUN: /vctoolsdir %t/VC/Tools/MSVC/27.1828.18284 \
810
// RUN: /winsdkdir "%t/Windows Kits/10" \

0 commit comments

Comments
 (0)