File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
5
5
// RUN: %clangxx -### -fsycl -c -target x86_64-unknown-windows-msvc %s 2>&1 \
6
6
// RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
7
+ // CHK-DEFAULT-NOT: "-fsycl-is-device" {{.*}} "-D_MT" "-D_DLL"
8
+ // CHK-DEFAULT: "-fsycl-is-host" "-D_MT" "-D_DLL" "--dependent-lib=msvcrt{{d*}}" {{.*}}
9
+
7
10
// RUN: %clang_cl -### -fsycl -c %s 2>&1 \
8
- // RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
11
+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT-CL %s
9
12
// RUN: %clang_cl -### -MD -fsycl -c %s 2>&1 \
10
- // RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
13
+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT-CL %s
11
14
// 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" "--dependent-lib=msvcrt{{d*}}" {{.*}} "-fsycl-is-host"
15
+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT-CL %s
16
+ // CHK-DEFAULT-CL- NOT: "-fsycl-is-device" {{.*}} "-D_MT" "-D_DLL"
17
+ // CHK-DEFAULT-CL : "-D_MT" "-D_DLL" "--dependent-lib=msvcrt{{d*}}" {{.*}} "-fsycl-is-host"
15
18
16
19
// RUN: %clang_cl -### -MT -fsycl -c %s 2>&1 \
17
20
// RUN: | FileCheck -check-prefix=CHK-ERROR %s
You can’t perform that action at this time.
0 commit comments