get poc-effect working

This commit is contained in:
Folkert 2021-05-14 15:09:55 +02:00
parent a055fa3626
commit 3c7e849830
5 changed files with 73 additions and 28 deletions

View file

@ -3069,6 +3069,8 @@ pub fn build_proc_header_new<'a, 'ctx, 'env>(
) -> FunctionValue<'ctx> {
let layout = env.arena.alloc(layout).full();
dbg!(symbol, layout);
build_proc_header(env, layout_ids, symbol, &layout, proc)
}