Skip to content

Commit c2b93e0

Browse files
authored
update llvm-dis header with available options (#108073)
update llvm-dis header options Closes #108069
1 parent 9c0ba62 commit c2b93e0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

llvm/tools/llvm-dis/llvm-dis.cpp

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,23 @@
1111
// llvm-dis [options] x.bc - Read LLVM bitcode from the x.bc file, write asm
1212
// to the x.ll file.
1313
// Options:
14-
// --help - Output information about command line switches
14+
//
15+
// Color Options:
16+
// --color - Use colors in output (default=autodetect)
17+
//
18+
// Disassembler Options:
19+
// -f - Enable binary output on terminals
20+
// --materialize-metadata - Load module without materializing metadata,
21+
// then materialize only the metadata
22+
// -o <filename> - Override output filename
23+
// --show-annotations - Add informational comments to the .ll file
24+
//
25+
// Generic Options:
26+
// --help - Display available options
27+
// (--help-hidden for more)
28+
// --help-list - Display list of available options
29+
// (--help-list-hidden for more)
30+
// --version - Display the version of this program
1531
//
1632
//===----------------------------------------------------------------------===//
1733

0 commit comments

Comments
 (0)