Skip to content

Commit f0c3173

Browse files
committed
---
yaml --- r: 2625 b: refs/heads/master c: c88fc06 h: refs/heads/master i: 2623: 766a3c9 v: v3
1 parent 70e11a0 commit f0c3173

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: 6f8b9e176ffb225ebfda95619c2f6d2d87d270e9
2+
refs/heads/master: c88fc06b40c8f950ea2335e80bad0bdfd878898e

trunk/src/comp/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ mod write {
161161
// Always output the bitcode file with --save-temps
162162
auto filename = mk_intermediate_name(output, "opt.bc");
163163
llvm::LLVMRunPassManager(pm.llpm, llmod);
164-
llvm::LLVMWriteBitcodeToFile(llmod, str::buf(output));
164+
llvm::LLVMWriteBitcodeToFile(llmod, str::buf(filename));
165165
pm = mk_pass_manager();
166166

167167
// Save the assembly file if -S is used

0 commit comments

Comments
 (0)