File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11// REQUIRES: clang-driver
22
3+ // RUN: %clang -### -fsycl -c %s 2>&1 \
4+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
5+ // RUN: %clangxx -### -fsycl -c %s 2>&1 \
6+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
37// RUN: %clang_cl -### -fsycl -c %s 2>&1 \
48// RUN: | FileCheck -check-prefix=CHK-DEFAULT %s
59// RUN: %clang_cl -### -MD -fsycl -c %s 2>&1 \
913// CHK-DEFAULT: "-D_MT" "-D_DLL"
1014// CHK-DEFAULT: "--dependent-lib=msvcrt{{d*}}"
1115
16+ // RUN: %clang -### -fsycl-device-only -c %s 2>&1 \
17+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT-DEF %s
18+ // RUN: %clangxx -### -fsycl -c %s 2>&1 \
19+ // RUN: | FileCheck -check-prefix=CHK-DEFAULT-DEF %s
20+ // CHK-DEFAULT-DEF: "-D_MT" "-D_DLL"
21+
1222// RUN: %clang_cl -### -MT -fsycl -c %s 2>&1 \
1323// RUN: | FileCheck -check-prefix=CHK-ERROR %s
1424// RUN: %clang_cl -### -MTd -fsycl -c %s 2>&1 \
You can’t perform that action at this time.
0 commit comments