We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e11a0 commit f0c3173Copy full SHA for f0c3173
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 6f8b9e176ffb225ebfda95619c2f6d2d87d270e9
+refs/heads/master: c88fc06b40c8f950ea2335e80bad0bdfd878898e
trunk/src/comp/back/link.rs
@@ -161,7 +161,7 @@ mod write {
161
// Always output the bitcode file with --save-temps
162
auto filename = mk_intermediate_name(output, "opt.bc");
163
llvm::LLVMRunPassManager(pm.llpm, llmod);
164
- llvm::LLVMWriteBitcodeToFile(llmod, str::buf(output));
+ llvm::LLVMWriteBitcodeToFile(llmod, str::buf(filename));
165
pm = mk_pass_manager();
166
167
// Save the assembly file if -S is used
0 commit comments