Skip to content

Commit e16b0a4

Browse files
[SYCL] Clean -Wcomment warning (#15064)
Fixes #15063.
1 parent 07bf3c1 commit e16b0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/detail/builtins/builtins.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ struct builtin_enable
232232
// The headers below are specifically implemented without including all the
233233
// necessary headers to allow preprocessing them on their own and providing
234234
// human-friendly result. One can use a command like this to achieve that:
235-
// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc \
236-
// -I <..>/llvm/sycl/include -E -o - \
235+
// clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc
236+
// -I <..>/llvm/sycl/include -E -o -
237237
// | grep -v '^#' | clang-format > math_functions.{host|device}.ii
238238

239239
#include <sycl/detail/builtins/common_functions.inc>

0 commit comments

Comments
 (0)