[PATCH] D139750: Optionally print symbolizer markup backtraces.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 13:02:04 PDT 2023
hliao added a comment.
I committed two quick fixes for Linux builds, where that unit test failed unreliably. a2dbb195d8ae <https://reviews.llvm.org/rGa2dbb195d8ae2484a4946e6392bfeb05b5c9f135> and 7026a0cacaa0 <https://reviews.llvm.org/rG7026a0cacaa0b56e3758539c67b19ffa204fcd27>. Please correct that if the "0x" prefix is mandatory. If 0x is mandatory, please don't rely on the '#' flag, as it only outputs 0x for non-zero values.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139750/new/
https://reviews.llvm.org/D139750
More information about the llvm-commits
mailing list