File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b3ae63c9d9494488f214dd964252db4dfdf755e6
2
+ refs/heads/master: 9043bd97788bd6643c095952516670ce954a1777
Original file line number Diff line number Diff line change @@ -367,7 +367,8 @@ fn build_session_options(match: getopts::match)
367
367
let sysroot_opt = getopts:: opt_maybe_str( match , "sysroot" ) ;
368
368
let target_opt = getopts:: opt_maybe_str( match , "target" ) ;
369
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.
370
+ alt output_type {
371
+ // unless we're emitting huamn-readable assembly, omit comments.
371
372
link:: output_type_llvm_assembly. | link:: output_type_assembly . { }
372
373
_ { no_asm_comments = true; }
373
374
}
You can’t perform that action at this time.
0 commit comments