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 b3ae63c commit 9043bd9Copy full SHA for 9043bd9
src/comp/driver/rustc.rs
@@ -367,7 +367,8 @@ fn build_session_options(match: getopts::match)
367
let sysroot_opt = getopts::opt_maybe_str(match, "sysroot");
368
let target_opt = getopts::opt_maybe_str(match, "target");
369
let no_asm_comments = getopts::opt_present(match, "no-asm-comments");
370
- alt output_type { // unless we're emitting huamn-readable assembly, omit comments.
+ alt output_type {
371
+ // unless we're emitting huamn-readable assembly, omit comments.
372
link::output_type_llvm_assembly. | link::output_type_assembly. {}
373
_ { no_asm_comments = true; }
374
}
0 commit comments