Skip to content

Commit 5186733

Browse files
committed
add "sanitizer_defs.hpp"
1 parent aeddb8d commit 5186733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ if (NOT MSVC AND UR_SANITIZER_INCLUDE_DIR)
239239
device.h atomic.hpp spirv_vars.h
240240
${UR_SANITIZER_INCLUDE_DIR}/asan/asan_libdevice.hpp
241241
include/asan_rtl.hpp
242+
include/sanitizer_defs.hpp
242243
include/spir_global_var.hpp
243244
${sycl-compiler_deps})
244245

@@ -296,6 +297,7 @@ if (NOT MSVC AND UR_SANITIZER_INCLUDE_DIR)
296297
device.h atomic.hpp spirv_vars.h
297298
${UR_SANITIZER_INCLUDE_DIR}/msan/msan_libdevice.hpp
298299
include/msan_rtl.hpp
300+
include/sanitizer_defs.hpp
299301
include/spir_global_var.hpp
300302
sycl-compiler)
301303
endif()

0 commit comments

Comments
 (0)