[compiler-rt] Test PR, please ignore (PR #100439)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 21:11:20 PDT 2024
================
@@ -35,6 +36,14 @@ void BadBounds() {
&t[0] + 50);
}
+void UnalignedBadBounds() {
+ long t[100];
+// CHECK-UNALIGNED-BAD-BOUNDS: ERROR: AddressSanitizer: bad parameters to __sanitizer_annotate_contiguous_container
+// CHECK-UNALIGNED-BAD-BOUNDS-NOT: beg is not aligned by
----------------
AdvenamTacet wrote:
```suggestion
// CHECK-NOT-UNALIGNED-BAD-BOUNDS: beg is not aligned by
```
https://github.com/llvm/llvm-project/pull/100439
More information about the llvm-commits
mailing list