File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ OPTIONS
46
46
47
47
Write output in LLVM intermediate language (instead of bitcode).
48
48
49
- .. option :: -{passname}
49
+ .. option :: -passes= < string >
50
50
51
- :program: ` opt ` provides the ability to run any of LLVM's optimization or
52
- analysis passes in any order. The :option: ` -help ` option lists all the passes
53
- available. The order in which the options occur on the command line are the
54
- order in which they are executed (within pass constraints) .
51
+ A textual (comma-separated) description of the pass pipeline,
52
+ e.g., `` -passes="sroa,instcombine" ``. See
53
+ ` invoking opt < ../NewPassManager.html#invoking-opt >`_ for more details on the
54
+ pass pipeline syntax .
55
55
56
56
.. option :: -strip-debug
57
57
You can’t perform that action at this time.
0 commit comments