Convert back::link to istrs. Issue #855
This commit is contained in:
parent
9c9c5c9054
commit
a58bfced3c
6 changed files with 162 additions and 115 deletions
|
|
@ -169,7 +169,7 @@ fn compile_input(sess: session::session, cfg: ast::crate_cfg, input: str,
|
|||
bind trans::trans_crate(sess, crate, ty_cx, output,
|
||||
ast_map, mut_map));
|
||||
time(time_passes, "LLVM passes",
|
||||
bind link::write::run_passes(sess, llmod, output));
|
||||
bind link::write::run_passes(sess, llmod, istr::from_estr(output)));
|
||||
}
|
||||
|
||||
fn pretty_print_input(sess: session::session, cfg: ast::crate_cfg, input: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue