refactoring PrebuiltHost, fixed glue tests

This commit is contained in:
Anton-4 2024-10-23 19:30:39 +02:00
parent 0e28199b49
commit 63b8e50d96
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
5 changed files with 103 additions and 98 deletions

View file

@ -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,