mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
refactoring PrebuiltHost, fixed glue tests
This commit is contained in:
parent
0e28199b49
commit
63b8e50d96
5 changed files with 103 additions and 98 deletions
|
@ -42,7 +42,7 @@ pub fn generate(
|
|||
backend: CodeGenBackend,
|
||||
) -> io::Result<i32> {
|
||||
let target = Triple::host().into();
|
||||
// TODO: Add verification around the paths. Make sure they heav the correct file extension and what not.
|
||||
// TODO: Add verification around the paths. Make sure they have the correct file extension and what not.
|
||||
match load_types(
|
||||
input_path.to_path_buf(),
|
||||
Threading::AllAvailable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue