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

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 18:51:04 PDT 2024


================
@@ -348,8 +346,6 @@ void ErrorBadParamsToAnnotateDoubleEndedContiguousContainer::Print() {
       (void *)old_container_end, (void *)new_container_beg,
       (void *)new_container_end);
   uptr granularity = ASAN_SHADOW_GRANULARITY;
----------------
chapuni wrote:

Ditto.

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


More information about the llvm-commits mailing list