[PATCH] D102224: Add option to llvm-gsymutil to read addresses from stdin.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 14:45:16 PDT 2021
clayborg added a comment.
On optimization idea is that is one input file is specified, we could specify only addresses in the STDIN? Something like:
$ llvm-gsymutil --addresses-from-stdin /tmp/a.gsym
0x1000 0x2000 0x3000
If this is desirable, we would need to implement and document this in the --addresses-from-stdin help text.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102224/new/
https://reviews.llvm.org/D102224
More information about the llvm-commits
mailing list