mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
This commit removes unnecessary alignment check and message in ASan error reporting functions (like `ErrorBadParamsToAnnotateContiguousContainer::Print()`), as alignment is no longer required starting from LLVM 16. Without that commit, this message can be observed only when arguments are truly incorrect and `beg` is unaligned. Just unaligned `beg` does not result in any message being printed. Related commits: -dd1b7b797a-1c5ad6d2c0