[PATCH] D83262: [llvm-symbolizer] Add options to disable printing source files & inlining

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 04:19:40 PDT 2020


jhenderson added a comment.

I'm personally fine with dropping this if it's not actually useful for you, as I don't have any use-case for it at the current time. Re. --no-inlining, I have a slight preference for not adding it, but I'm also okay with it being added, if you'd find it less confusing. I didn't know about the functionality of `=0` to disable a flag in LLVM tools when I first came to the project myself, so it could be a little confusing. I actually added --no-demangle precisely for that reason.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83262





More information about the llvm-commits mailing list