mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
1.65 changes and clippy fixes
This commit is contained in:
parent
8f62eeaf7e
commit
a97c53d7ca
17 changed files with 37 additions and 19 deletions
|
@ -314,7 +314,7 @@ fn gen_from_mono_module_llvm<'a>(
|
|||
// different systems name this executable differently, so we shotgun for
|
||||
// the most common ones and then give up.
|
||||
let bc_to_object = Command::new("llc")
|
||||
.args(&[
|
||||
.args([
|
||||
"-relocation-model=pic",
|
||||
"-filetype=obj",
|
||||
app_bc_file.to_str().unwrap(),
|
||||
|
@ -370,7 +370,7 @@ fn gen_from_mono_module_llvm<'a>(
|
|||
// different systems name this executable differently, so we shotgun for
|
||||
// the most common ones and then give up.
|
||||
let ll_to_object = Command::new("llc")
|
||||
.args(&[
|
||||
.args([
|
||||
"-relocation-model=pic",
|
||||
"-filetype=obj",
|
||||
app_ll_dbg_file.to_str().unwrap(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue