Fixed fastcall not applying inreg attributes to arguments like the C/C++ fastcall.
This commit is contained in:
parent
1b38776c1f
commit
c461cdfdf6
5 changed files with 69 additions and 4 deletions
|
@ -98,6 +98,7 @@ enum LLVMRustAttribute {
|
|||
StructRet = 16,
|
||||
UWTable = 17,
|
||||
ZExt = 18,
|
||||
InReg = 19,
|
||||
};
|
||||
|
||||
typedef struct OpaqueRustString *RustStringRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue