Skip to content

Commit e669c9b

Browse files
committed
---
yaml --- r: 2795 b: refs/heads/master c: 79693fa h: refs/heads/master i: 2793: 2a87ddf 2791: eb0dbb3 v: v3
1 parent a517585 commit e669c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 9f9553846235f4a94b68901bb491e73cb837c191
2+
refs/heads/master: 79693fab1f6bbcb839c54cf25925fcd216db41c8

trunk/src/comp/back/link.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ fn link_intrinsics(session::session sess, ModuleRef llmod) {
3535
auto membuf =
3636
llvm::LLVMRustCreateMemoryBufferWithContentsOfFile(str::buf(path));
3737
if ((membuf as uint) == 0u) {
38-
llvm_err(sess, "installation problem: couldn't open intrinstics.bc");
38+
llvm_err(sess, "installation problem: couldn't open " + path);
3939
fail;
4040
}
4141

4242
auto llintrinsicsmod = llvm::LLVMRustParseBitcode(membuf);
4343
llvm::LLVMDisposeMemoryBuffer(membuf);
4444

4545
if ((llintrinsicsmod as uint) == 0u) {
46-
llvm_err(sess, "installation problem: couldn't parse intrinstics.bc");
46+
llvm_err(sess, "installation problem: couldn't parse intrinsics.bc");
4747
fail;
4848
}
4949

0 commit comments

Comments
 (0)