[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:03 PDT 2024
================
@@ -328,8 +328,6 @@ void ErrorBadParamsToAnnotateContiguousContainer::Print() {
" new_mid : %p\n",
(void *)beg, (void *)end, (void *)old_mid, (void *)new_mid);
uptr granularity = ASAN_SHADOW_GRANULARITY;
----------------
chapuni wrote:
This is unused.
https://github.com/llvm/llvm-project/pull/94103
More information about the llvm-commits
mailing list