Stack protector + coroutines + c++ exceptions causing musttail call must precede a ret with an optional bitcast
#49505
Labels
musttail call must precede a ret with an optional bitcast
#49505
Extended Description
As the title said, we (Facebook) were hitting an assert with coroutines, stack protector and c++ exceptions generating a musttail call that didn't immediately precede a ret. I fixed it by cherrypicking the below:
5e3d9fc
I could run creduce and generate a simple example if need be, but the diff's contents and it's description are pretty clear and the pick is clean.
The text was updated successfully, but these errors were encountered: