mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
more wip; now we just need to generate the exposed procs at the right time
This commit is contained in:
commit
6c15284a8f
255 changed files with 11686 additions and 3025 deletions
|
@ -315,7 +315,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(),
|
||||
|
@ -371,7 +371,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