We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97ff8 commit 05ea321Copy full SHA for 05ea321
clang/test/Driver/cl-sysroot.cpp
@@ -1,8 +1,10 @@
1
// RUN: rm -rf %t
2
// RUN: split-file %s %t
3
4
-// RUN: %clang_cl -m64 /winsysroot %t -### -- %t/foo.cpp 2>&1 | FileCheck %s
5
-// RUN: %clang_cl -m64 \
+// RUN: %clang_cl --target=x86_64-windows \
+// RUN: /winsysroot %t \
6
+// RUN: -### -- %t/foo.cpp 2>&1 | FileCheck %s
7
8
// RUN: /diasdkdir "%t/DIA SDK" \
9
// RUN: /vctoolsdir %t/VC/Tools/MSVC/27.1828.18284 \
10
// RUN: /winsdkdir "%t/Windows Kits/10" \
0 commit comments