[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:42 PDT 2026
================
@@ -248,12 +248,45 @@ void ReportDeadlySignal(const SignalContext &sig) {
in_report.ReportError(error);
}
-void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack) {
+void ReportDoubleFree(uptr addr, BufferedStackTrace* free_stack) {
----------------
jhuber6 wrote:
A lot of unrelated style updates, precommit these if you want to keep them.
https://github.com/llvm/llvm-project/pull/192240
More information about the llvm-commits
mailing list