[compiler-rt] [hwasan] Fixing false invalid-free with disabled tagging (PR #67169)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 13:03:43 PDT 2023


================
@@ -0,0 +1,39 @@
+// RUN: %clang_hwasan -O1 %s -o %t && %run %t 2>&1
+
----------------
fmayer wrote:

Maybe add a comment on the purpose of this test (I know we don't usually, but would be good to start).

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


More information about the llvm-commits mailing list