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 44// RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
55// RUN: %clangxx -### -fsycl -c -target x86_64-unknown-windows-msvc %s 2>&1 \
66// 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+
710// 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
912// 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
1114// 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"
1518
1619// RUN: %clang_cl -### -MT -fsycl -c %s 2>&1 \
1720// RUN: | FileCheck -check-prefix=CHK-ERROR %s
You can’t perform that action at this time.
0 commit comments