[compiler-rt] [compiler-rt][asan] Add AMDGPU ASan support via HSA API interceptors. (PR #192240)

Amit Kumar Pandey via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 02:53:58 PDT 2026


================
@@ -18,6 +18,11 @@
 #include "asan_interceptors.h"
 #include "asan_internal.h"
 #include "sanitizer_common/sanitizer_allocator.h"
+#if SANITIZER_AMDHSA
----------------
ampandey-1995 wrote:

Fixed in d49a4c2.

https://github.com/llvm/llvm-project/pull/192240


More information about the llvm-commits mailing list