Skip to content

Commit 27e5e55

Browse files
authored
[clang][SYCL] Fix LIT test for Windows (#8710)
Due to incorrect substitution wrong command line was formed on Windows.
1 parent a43c5bd commit 27e5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/fpga-attr-do-while-loops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang++ -fsycl-device-only -fintelfpga -S %s -o - | FileCheck %s
1+
// RUN: %clang -fsycl-device-only -fintelfpga -S %s -o - | FileCheck %s
22

33
#include "Inputs/sycl.hpp"
44

0 commit comments

Comments
 (0)