This commit is contained in:
Folkert 2023-01-22 11:53:02 +01:00
parent c622cebea6
commit 1ba4d9d735
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 356 additions and 203 deletions

View file

@ -3399,6 +3399,7 @@ fn finish_specialization<'a>(
let module_id = platform_data.as_ref().unwrap().module_id;
for (_name, proc_layout) in exposed_to_host.iter() {
dbg!(_name);
let ret = &proc_layout.result;
for in_layout in proc_layout.arguments.iter().chain([ret]) {
let layout = layout_interner.get(*in_layout);