[compiler-rt] Test diff, please ignore (PR #101349)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 19:06:40 PDT 2024


================
@@ -35,6 +36,13 @@ void BadBounds() {
                                             &t[0] + 50);
 }
 
+void UnalignedBadBounds() {
+  char t[100];
+// CHECK-NOT-UNALIGNED-BAD-BOUNDS-NOT: 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/101349


More information about the llvm-commits mailing list