You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR][Codegen] Fixes function ptrs in recursive types (llvm#328)
Since recursive types were perfectly fixed, we can safely remove the
assert that prevented functons types generation for the case of
incomplete types. The test is added - just to show that everything is ok
for such kind of functions.
0 commit comments