rust/compiler
bors fe3342816a Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister
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`).
2022-08-01 18:43:57 +00:00
..
2022-07-29 15:52:15 +10:00
2022-07-29 18:26:10 -04:00
2022-08-01 08:53:04 +10:00
2022-08-01 08:53:04 +10:00
2022-07-28 23:14:04 +02:00
2022-07-28 23:14:04 +02:00
2022-07-29 18:26:10 -04:00