[LLVMdev] type-system-rewrite branch landing tomorrow
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Sat Jul 9 15:13:38 PDT 2011
> It looks like we need to have opaque function types? Or we need to defer
> emission of some types until we've finished the translation unit.
We were deferring this before, no? We could not produce a function type
taking an opaque type. Once it go resolved we would need to revisit the
function type.
Maybe it is just the logic for delaying it that got broken in the
transition?
> Nick
Cheers,
Rafael
More information about the llvm-dev
mailing list