[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
Tue Jun 2 02:35:02 PDT 2026
================
@@ -164,6 +164,7 @@ DECLARE_REAL_AND_INTERCEPTOR(void, free, void*)
if (flags()->strict_init_order) \
StopInitOrderChecking(); \
CheckNoDeepBind(filename, flag); \
+ PatchHsaRuntimeDlopenFlag(filename, flag); \
----------------
ampandey-1995 wrote:
This is already being worked. [comment](https://github.com/llvm/llvm-project/pull/192240#discussion_r3325206791) of @vitalybuka.
https://github.com/llvm/llvm-project/pull/192240
More information about the llvm-commits
mailing list