Skip to content

Commit 3f3483f

Browse files
committed
---
yaml --- r: 6576 b: refs/heads/master c: 12e401c h: refs/heads/master v: v3
1 parent 6286558 commit 3f3483f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 47ea57feadb6d05241fad064434c28c48e31b7fc
2+
refs/heads/master: 12e401cc7e7e2ab341300e02dc07d7eacd8569cb

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6066,7 +6066,7 @@ fn trans_crate(sess: session::session, crate: @ast::crate, tcx: ty::ctxt,
60666066
// for ELF backends. Value of the "filename" is set as the
60676067
// LLVM module identifier. Due to a LLVM MC bug[1], LLVM
60686068
// crashes if the module identifer is same as other symbols
6069-
// such as a function name in the module.
6069+
// such as a function name in the module.
60706070
// 1. http://llvm.org/bugs/show_bug.cgi?id=11479
60716071
let llmod_id = link_meta.name + ".rc";
60726072

0 commit comments

Comments
 (0)