Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use "unadjusted" ABI on non windows platforms
We introduced the unadjusted ABI to work around wrong (buggy) ABI expectations by LLVM on Windows [1]. Therefore, it should be solely used on Windows and not on other platforms, like right now is the case. [1]: see this comment for details #38482 (comment)
- Loading branch information