Kill some extraneous spaces
This commit is contained in:
parent
1d8102b9fa
commit
fe8418edbe
@ -18,7 +18,6 @@ pub fn compilation_sequence(ast: AST, sourcefile: &str) {
|
|||||||
_ => panic!("Bad filename {}", sourcefile),
|
_ => panic!("Bad filename {}", sourcefile),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
compile_ast(ast, ll_filename);
|
compile_ast(ast, ll_filename);
|
||||||
Command::new("llc")
|
Command::new("llc")
|
||||||
.arg("-filetype=obj")
|
.arg("-filetype=obj")
|
||||||
|
Loading…
Reference in New Issue
Block a user