Skip to content

Commit a839812

Browse files
tmandrymark-i-m
authored andcommitted
-Cllvm-arg is actually -Cllvm-args
1 parent b3aa636 commit a839812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegen/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ tutorial above):
110110

111111
- The `--emit llvm-ir` option emits a `<filename>.ll` file with LLVM IR in textual format
112112
- 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
114114
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
116116
pass.
117117
- The `-Cno-prepopulate-passes` will avoid pre-populate the LLVM pass
118118
manager with a list of passes. This will allow you to view the LLVM

0 commit comments

Comments
 (0)