File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9f9553846235f4a94b68901bb491e73cb837c191
2
+ refs/heads/master: 79693fab1f6bbcb839c54cf25925fcd216db41c8
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ fn link_intrinsics(session::session sess, ModuleRef llmod) {
35
35
auto membuf =
36
36
llvm:: LLVMRustCreateMemoryBufferWithContentsOfFile ( str:: buf ( path) ) ;
37
37
if ( ( membuf as uint ) == 0 u) {
38
- llvm_err ( sess, "installation problem: couldn't open intrinstics.bc" ) ;
38
+ llvm_err ( sess, "installation problem: couldn't open " + path ) ;
39
39
fail;
40
40
}
41
41
42
42
auto llintrinsicsmod = llvm:: LLVMRustParseBitcode ( membuf) ;
43
43
llvm:: LLVMDisposeMemoryBuffer ( membuf) ;
44
44
45
45
if ( ( llintrinsicsmod as uint ) == 0 u) {
46
- llvm_err ( sess, "installation problem: couldn't parse intrinstics .bc" ) ;
46
+ llvm_err ( sess, "installation problem: couldn't parse intrinsics .bc" ) ;
47
47
fail;
48
48
}
49
49
You can’t perform that action at this time.
0 commit comments