[PATCH] D139750: Optionally print symbolizer markup backtraces.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 08:40:39 PST 2022


phosek added a comment.

In D139750#3985896 <https://reviews.llvm.org/D139750#3985896>, @mcgrathr wrote:

> I thought we agreed that the desirable semantics to keep things simple is that if markup is requested then markup is always printed, period. It shouldn't have anything to do with whether llvm-symbolizer works.

I agree, I think it's fine if we keep markup as a fallback in the case when `llvm-symbolizer` fails or is disabled, but there should also be a way to force the use markup without trying anything else.


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