[compiler-rt] [compiler-rt][ASan] Remove alignment message in ASan error reporting (PR #94103)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 11:15:42 PDT 2024


vitalybuka wrote:

> @vitalybuka do you know how correctly create "does not appear" rule? I added `-NOT-`, but it seems to not work.

I don't like NOT at all. Note, -NOT must be the suffix.

I like --implicit-check-not="PATTERN"

In your case I'd suggest --implicit-check-not="ERROR: AddressSanitizer"
Than ALL instances of this patter must be matches with some CHECK: statement, or test fail.

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


More information about the llvm-commits mailing list