[compiler-rt] [compiler-rt][ASan] Remove alignment message in ASan error reporting (PR #94103)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 01:09:41 PDT 2024
================
@@ -35,6 +36,13 @@ void BadBounds() {
&t[0] + 50);
}
+void UnalignedBadBounds() {
+ char t[100];
+// CHECK-NOT-UNALIGNED-BAD-BOUNDS: beg is not aligned by
----------------
Enna1 wrote:
CHECK-NOT-UNALIGNED-BAD-BOUND-**NOT**
https://github.com/llvm/llvm-project/pull/94103
More information about the llvm-commits
mailing list