[PATCH] D108019: [NFC][llvm-xray] add a llvm-xray convert option `symbolize-no-demangle`

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 16:28:02 PDT 2021


smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.

LGTM. Do you have commit access or do you need this committed for you?



================
Comment at: llvm/tools/llvm-xray/xray-converter.cpp:63
+    cl::desc("determines whether to demangle function name "
+             "when symbolize function ids from the input log"),
+    cl::init(false), cl::sub(Convert));
----------------
Minor grammar nit


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

https://reviews.llvm.org/D108019



More information about the llvm-commits mailing list