File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ tutorial above):
110
110
111
111
- The ` --emit llvm-ir ` option emits a ` <filename>.ll ` file with LLVM IR in textual format
112
112
- The ` --emit llvm-bc ` option emits in bytecode format (` <filename>.bc ` )
113
- - Passing ` -Cllvm-arg =<foo> ` allows passing pretty much all the
113
+ - Passing ` -Cllvm-args =<foo> ` allows passing pretty much all the
114
114
options that tools like llc and opt would accept;
115
- e.g. ` -Cllvm-arg =-print-before-all ` to print IR before every LLVM
115
+ e.g. ` -Cllvm-args =-print-before-all ` to print IR before every LLVM
116
116
pass.
117
117
- The ` -Cno-prepopulate-passes ` will avoid pre-populate the LLVM pass
118
118
manager with a list of passes. This will allow you to view the LLVM
You can’t perform that action at this time.
0 commit comments