[PATCH] D137400: [llvm-debuginfo-analyzer] Fix format string-type mismatch in LVScope

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 01:27:13 PDT 2022


mgorny added a comment.

That said, I've only checked format strings in `LVScope.cpp`. I suspect other files may suffer from similar problems. If you replace `llvm::format()` with plain `printf()`, 32-bit GCC warns about type mismatches.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137400/new/

https://reviews.llvm.org/D137400



More information about the llvm-commits mailing list