generate signature for the entry points

This commit is contained in:
Folkert 2023-04-02 20:21:25 +02:00
parent d42e831e47
commit 3ff17aa0ea
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
11 changed files with 150 additions and 92 deletions

View file

@ -453,7 +453,7 @@ pub fn load_types(
}
}
let types = Types::new(
let types = Types::new_with_entry_points(
arena,
subs,
variables.clone(),
@ -461,6 +461,7 @@ pub fn load_types(
glue_procs_by_layout,
layout_cache,
target_info,
exposed_to_host.clone(),
);
arch_types.push(types);