[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 02:47: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
----------------
AdvenamTacet wrote:

```suggestion
// CHECK-NOT-UNALIGNED-BAD-BOUNDS-NOT: beg is not aligned by
```

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


More information about the llvm-commits mailing list