[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


================
@@ -1,6 +1,7 @@
 // RUN: %clangxx_asan -O %s -o %t
 // RUN: not %run %t crash 2>&1 | FileCheck --check-prefix=CHECK-CRASH %s
 // RUN: not %run %t bad-bounds 2>&1 | FileCheck --check-prefix=CHECK-BAD-BOUNDS %s
+// RUN: not %run %t unaligned-bad-bounds 2>&1 | FileCheck --check-prefix=CHECK-UNALIGNED-BAD-BOUNDS %s
----------------
AdvenamTacet wrote:

```suggestion
// RUN: not %run %t unaligned-bad-bounds 2>&1 | FileCheck --check-prefix=CHECK-NOT-UNALIGNED-BAD-BOUNDS %s
```

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


More information about the llvm-commits mailing list