Skip to content

Commit

Permalink
Drop unused sanitizer hook
Browse files Browse the repository at this point in the history
It does conflict with libc++

Fixes NVIDIA#2789
  • Loading branch information
miscco committed Nov 13, 2024
1 parent 100ccde commit f8e9ffa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libcudacxx/include/cuda/std/detail/libcxx/include/__config
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,6 @@ typedef unsigned int char32_t;
# define _LIBCUDACXX_EXPLICIT_MOVE(x) (x)
# endif

# ifndef _LIBCUDACXX_HAS_NO_ASAN
extern "C" _LIBCUDACXX_HIDE_FROM_ABI void
__sanitizer_annotate_contiguous_container(const void*, const void*, const void*, const void*);
# endif

// Thread API
# ifndef _LIBCUDACXX_HAS_THREAD_API_EXTERNAL
# if defined(_CCCL_COMPILER_NVRTC) || defined(__EMSCRIPTEN__)
Expand Down

0 comments on commit f8e9ffa

Please sign in to comment.