File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 260
260
// RUN: touch %t_dir/dummy1.o
261
261
// RUN: touch %t_dir/dummy2.o
262
262
// RUN: %clangxx -### -fsycl -fintelfpga %t_dir/dummy2.o %t_dir/dummy1.cpp 2>&1 \
263
+ // RUN: | FileCheck -check-prefix=CHK-FPGA-REPORT-NAME %s
263
264
// RUN: %clangxx -### -fsycl -fintelfpga %t_dir/dummy2.cpp %t_dir/dummy1.o 2>&1 \
264
- // RUN: | FileCheck -DOUTDIR=%t_dir - check-prefix=CHK-FPGA-REPORT-NAME %s
265
+ // RUN: | FileCheck -check-prefix=CHK-FPGA-REPORT-NAME %s
265
266
// RUN: %clang_cl -### -fsycl -fintelfpga %t_dir/dummy2.o %t_dir/dummy1.cpp 2>&1 \
267
+ // RUN: | FileCheck -check-prefix=CHK-FPGA-REPORT-NAME %s
266
268
// RUN: %clang_cl -### -fsycl -fintelfpga %t_dir/dummy2.cpp %t_dir/dummy1.o 2>&1 \
267
- // RUN: | FileCheck -DOUTDIR=%t_dir - check-prefix=CHK-FPGA-REPORT-NAME %s
269
+ // RUN: | FileCheck -check-prefix=CHK-FPGA-REPORT-NAME %s
268
270
// CHK-FPGA-REPORT-NAME: aoc{{.*}} "-sycl"{{.*}} "-output-report-folder=dummy2.prj"
269
271
270
272
// / -fintelfpga static lib (aoco)
You can’t perform that action at this time.
0 commit comments