Skip to content

Commit 65bb9da

Browse files
committed
space
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2918010 commit 65bb9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,11 +503,11 @@ set(imf_host_cxx_flags -c
503503
--target=${LLVM_HOST_TRIPLE}
504504
-D__LIBDEVICE_HOST_IMPL__
505505
)
506+
506507
if (NOT SYCL_LIBDEVICE_GCC_TOOLCHAIN STREQUAL "")
507508
list(APPEND imf_host_cxx_flags "--gcc-install-dir=${SYCL_LIBDEVICE_GCC_TOOLCHAIN}")
508509
endif()
509510

510-
511511
macro(mangle_name str output)
512512
string(STRIP "${str}" strippedStr)
513513
string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")

0 commit comments

Comments
 (0)