Skip to content

Commit c60213e

Browse files
committed
---
yaml --- r: 6321 b: refs/heads/master c: 9043bd9 h: refs/heads/master i: 6319: 60e714d v: v3
1 parent 25618fc commit c60213e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b3ae63c9d9494488f214dd964252db4dfdf755e6
2+
refs/heads/master: 9043bd97788bd6643c095952516670ce954a1777

trunk/src/comp/driver/rustc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ fn build_session_options(match: getopts::match)
367367
let sysroot_opt = getopts::opt_maybe_str(match, "sysroot");
368368
let target_opt = getopts::opt_maybe_str(match, "target");
369369
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.
371372
link::output_type_llvm_assembly. | link::output_type_assembly. {}
372373
_ { no_asm_comments = true; }
373374
}

0 commit comments

Comments
 (0)