File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 107
107
// RUN: %clang -### -fsycl-help %s > %t.help-out 2>&1
108
108
// RUN: FileCheck %s -check-prefix SYCL_HELP_ORDER --input-file=%t.help-out
109
109
// SYCL_HELP_ORDER: Emitting help information for ocloc
110
- // SYCL_HELP_ORDER: ocloc" "--help"
110
+ // SYCL_HELP_ORDER: ocloc{{(\.exe)?}} " "--help"
111
111
// SYCL_HELP_ORDER: Emitting help information for aoc
112
- // SYCL_HELP_ORDER: aoc" "-help" "-sycl"
112
+ // SYCL_HELP_ORDER: aoc{{(\.exe)?}} " "-help" "-sycl"
113
113
// SYCL_HELP_ORDER: Emitting help information for opencl-aot
114
- // SYCL_HELP_ORDER: opencl-aot" "--help"
114
+ // SYCL_HELP_ORDER: opencl-aot{{(\.exe)?}} " "--help"
115
115
116
116
// -fsycl-id-queries-fit-in-int
117
117
// RUN: %clang -### -fsycl -fsycl-id-queries-fit-in-int %s 2>&1 | FileCheck %s --check-prefix=ID_QUERIES
You can’t perform that action at this time.
0 commit comments