diff options
author | Serge Guelton <sguelton@redhat.com> | 2019-06-12 21:08:19 +0000 |
---|---|---|
committer | Serge Guelton <sguelton@redhat.com> | 2019-06-12 21:08:19 +0000 |
commit | 4548c1cfca4572e038d86ac5e79e66894669c194 (patch) | |
tree | 59997293a0da30a651dd1653bf2fb072e73a5f7d /lldb/packages/Python/lldbsuite/test | |
parent | 27a5db9de57d13d44c7a7704e06d8ba69ec8b4af (diff) | |
download | bcm5719-llvm-4548c1cfca4572e038d86ac5e79e66894669c194.tar.gz bcm5719-llvm-4548c1cfca4572e038d86ac5e79e66894669c194.zip |
Sanitize llvm-extract -help output
Filter out irrelevant options
New output:
OVERVIEW: llvm extractor
USAGE: llvm-extract [options] <input bitcode file>
OPTIONS:
Generic Options:
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
llvm-extract Options:
--alias=<alias> - Specify alias to extract
--bb=<function:bb> - Specify <function, basic block> pairs to extract
--delete - Delete specified Globals from Module
-f - Enable binary output on terminals
--func=<function> - Specify function to extract
--glob=<global> - Specify global to extract
-o=<filename> - Specify output filename
--ralias=<ralias> - Specify alias(es) to extract using a regular expression
--recursive - Recursively extract all called functions
--rfunc=<rfunction> - Specify function(s) to extract using a regular expression
--rglob=<rglobal> - Specify global(s) to extract using a regular expression
Differential Revision: https://reviews.llvm.org/D62511
llvm-svn: 363201
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions