Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 575d040

Browse files
author
sergei
authored
Fixed typo in Basic/fpga_tests/fpga_aocx_win.cpp
1 parent 075373c commit 575d040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SYCL/Basic/fpga_tests/fpga_aocx_win.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
// FIXME Disabled use of devicelib by assert feature until the 2-step build gets
1616
// fixed.
1717
// RUN: rm %t_image.a || true
18-
// RUN: %clangx -DSYCL_DISABLE_FALLBACK_ASSERT=1x -fsycl -fintelfpga -fsycl-link=image %S/Inputs/fpga_device.cpp -o %t_image.lib
18+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT=1 -fsycl -fintelfpga -fsycl-link=image %S/Inputs/fpga_device.cpp -o %t_image.lib
1919
// Produce a host object
20-
// RUN: %clangx -DSYCL_DISABLE_FALLBACK_ASSERT=1x -fsycl -fintelfpga -DHOST_PART %S/Inputs/fpga_host.cpp -c -o %t.obj
20+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT=1 -fsycl -fintelfpga -DHOST_PART %S/Inputs/fpga_host.cpp -c -o %t.obj
2121

2222
// AOCX with source
23-
// RUN: %clangx -DSYCL_DISABLE_FALLBACK_ASSERT=1x -fsycl -fintelfpga -DHOST_PART %S/Inputs/fpga_host.cpp %t_image.lib -o %t_aocx_src.out
23+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT=1 -fsycl -fintelfpga -DHOST_PART %S/Inputs/fpga_host.cpp %t_image.lib -o %t_aocx_src.out
2424
// AOCX with object
25-
// RUN: %clangx -DSYCL_DISABLE_FALLBACK_ASSERT=1x -fsycl -fintelfpga %t.obj %t_image.lib -o %t_aocx_obj.out
25+
// RUN: %clangxx -DSYCL_DISABLE_FALLBACK_ASSERT=1 -fsycl -fintelfpga %t.obj %t_image.lib -o %t_aocx_obj.out
2626
//
2727
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_src.out
2828
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_obj.out

0 commit comments

Comments
 (0)