Skip to content

Commit

Permalink
Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister
Browse files Browse the repository at this point in the history
Add tests for raw-dylib with vectorcall, and fix vectorcall code generation

* Adds tests for using `raw-dylib` (#58713) with `vectorcall`.
* Fixed code generation for `vectorcall` (parameters have to be marked with `InReg`, just like `fastcall`).
* Enabled running the `raw-dylib` `fastcall` tests when using MSVC (since I had to add support in the test for running MSVC-only tests since GCC doesn't support `vectorcall`).
  • Loading branch information
bors committed Aug 1, 2022
2 parents 920fecc + dfe8449 commit d31fa4a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d31fa4a

Please sign in to comment.