ignore {std,fast,vector,this}call on non-x86 windows

MSVC ignores these keywords for C/C++ and uses the standard system
calling convention.  Rust should do so as well.

Fixes #54569.
This commit is contained in:
Nathan Froyd 2018-09-25 16:37:31 -04:00
parent 31789a658b
commit 2819deffe3
2 changed files with 14 additions and 3 deletions

View file

@ -8,8 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-arm
// ignore-aarch64
// Test that `extern "stdcall"` is properly translated.
// only-x86
// compile-flags: -C no-prepopulate-passes