momchil-velikov wrote:

> Do the call frame changes here affect Windows? (I guess that would indicate a 
> latent bug in our Windows ABI support...)

TBH, I have not tested on Windows. However, by construction, I've hopefully 
made sure the Windows and non-Windows are isolated and separate - either with 
checks whether target is or isn't Windows or with check about a particular kind 
of stack probing (e.g. attribute "probe-stack"="inline" means not Windows).

https://github.com/llvm/llvm-project/pull/66525
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to