Skip to content

Commit 079a0dd

Browse files
tshepangspastorino
authored andcommitted
typo (#441)
1 parent 941968d commit 079a0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hard to replicate manually and means that LLVM is called multiple times in
4040
parallel. If you can get away with it (i.e. if it doesn't make your bug
4141
disappear), passing `-C codegen-units=1` to rustc will make debugging easier.
4242

43-
To rustc to generate LLVM IR, you need to pass the `--emit=llvm-ir` flag. If
43+
For rustc to generate LLVM IR, you need to pass the `--emit=llvm-ir` flag. If
4444
you are building via cargo, use the `RUSTFLAGS` environment variable (e.g.
4545
`RUSTFLAGS='--emit=llvm-ir'`). This causes rustc to spit out LLVM IR into the
4646
target directory.

0 commit comments

Comments
 (0)