[all-commits] [llvm/llvm-project] 8ef57f: [xray] add --no-demangle cli opt for llvm-xray ext...
Max Sherman via All-commits
all-commits at lists.llvm.org
Thu Jan 16 16:38:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ef57f3e3f1b241e5b544a167ac64b35f7275759
https://github.com/llvm/llvm-project/commit/8ef57f3e3f1b241e5b544a167ac64b35f7275759
Author: Max Sherman <jonaldislarry at fb.com>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
A llvm/test/tools/llvm-xray/AArch64/extract-instrmap-aarch64-mangled.test
M llvm/tools/llvm-xray/xray-extract.cpp
Log Message:
-----------
[xray] add --no-demangle cli opt for llvm-xray extract to output mangled names
This adds an additional cli flag for the llvm-xray extract tool. This
is useful if you're more interested in consuming the mangled symbol
name, instead of the default now which is demangled.
Differential Revision: https://reviews.llvm.org/D72804
More information about the All-commits
mailing list