llvm: Add support for vectorcall (X86_VectorCall) convention

This commit is contained in:
Steffen 2015-12-26 21:29:28 +01:00
parent 3150dddb0f
commit 9af75d2bec
4 changed files with 7 additions and 1 deletions

View file

@ -85,6 +85,7 @@ pub enum CallConv {
X86StdcallCallConv = 64,
X86FastcallCallConv = 65,
X86_64_Win64 = 79,
X86_VectorCall = 80
}
#[derive(Copy, Clone)]