[all-commits] [llvm/llvm-project] 168ee7: [NFC][llvm-xray] add a llvm-xray convert option `n...
Enna1 via All-commits
all-commits at lists.llvm.org
Tue Aug 17 21:22:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 168ee727186b56c68a164de19fdcdd6d8a89fa2d
https://github.com/llvm/llvm-project/commit/168ee727186b56c68a164de19fdcdd6d8a89fa2d
Author: Xu Mingjie <xumingjie.enna1 at bytedance.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M llvm/test/tools/llvm-xray/X86/convert-with-debug-syms.txt
M llvm/tools/llvm-xray/xray-converter.cpp
Log Message:
-----------
[NFC][llvm-xray] add a llvm-xray convert option `no-demangle`
When option `--symbolize` is true, llvm-xray convert will demangle function
name on default. This patch adds a llvm-xray convert option `no-demangle` to
determine whether to demangle function name when symbolizing function ids from
the input log.
Reviewed By: MaskRay, smeenai
Differential Revision: https://reviews.llvm.org/D108019
More information about the All-commits
mailing list