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 aac5592 commit e768296Copy full SHA for e768296
clang/test/Driver/sycl-MD-default.cpp
@@ -11,8 +11,7 @@
11
// RUN: %clang_cl -### -MDd -fsycl -c %s 2>&1 \
12
// RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
13
// CHK-DEFAULT-NOT: "-fsycl-is-device" {{.*}} "-D_MT" "-D_DLL"
14
-// CHK-DEFAULT: "-D_MT" "-D_DLL"
15
-// CHK-DEFAULT: "--dependent-lib=msvcrt{{d*}}"
+// CHK-DEFAULT: "-D_MT" "-D_DLL" "--dependent-lib=msvcrt{{d*}}" {{.*}} "-fsycl-is-host"
16
17
// RUN: %clang_cl -### -MT -fsycl -c %s 2>&1 \
18
// RUN: | FileCheck -check-prefix=CHK-ERROR %s
0 commit comments