[compiler-rt] [compiler-rt][asan] Add AMDGPU ASan support via HSA API interceptors. (PR #192240)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 11:46:43 PDT 2026
================
@@ -18,6 +18,11 @@
#include "asan_interceptors.h"
#include "asan_internal.h"
#include "sanitizer_common/sanitizer_allocator.h"
+#if SANITIZER_AMDHSA
----------------
jhuber6 wrote:
Why are we including a header inside a namespace?
https://github.com/llvm/llvm-project/pull/192240
More information about the llvm-commits
mailing list