We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82121f commit 578d06dCopy full SHA for 578d06d
src/doc/rustc-dev-guide/src/backend/debugging.md
@@ -77,7 +77,7 @@ llvm-ir`). `--build-type=debug` emits code for debug builds. There are also
77
other useful options. Also, debug info in LLVM IR can clutter the output a lot:
78
`RUSTFLAGS="-C debuginfo=0"` is really useful.
79
80
-`RUSTFLAGS="-C save-temps"` outputs LLVM bitcode (not the same as IR) at
+`RUSTFLAGS="-C save-temps"` outputs LLVM bitcode at
81
different stages during compilation, which is sometimes useful. The output LLVM
82
bitcode will be in `.bc` files in the compiler's output directory, set via the
83
`--out-dir DIR` argument to `rustc`.
0 commit comments