File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11
11
// llvm-dis [options] x.bc - Read LLVM bitcode from the x.bc file, write asm
12
12
// to the x.ll file.
13
13
// 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
15
31
//
16
32
// ===----------------------------------------------------------------------===//
17
33
You can’t perform that action at this time.
0 commit comments