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
IRGen: Add the created LLVM function to the current module before the call to the
IRGenFunction() constructor
A change in LLVM will require the function to have a module parent when we
insert the epilogue alloca in the IRGenFunction constructor.
rdar://32998781
0 commit comments