Rename "c-stack-cdecl" ABI to "cdecl"
This commit is contained in:
parent
2b9b6e3521
commit
b7ab28b50f
23 changed files with 25 additions and 27 deletions
|
@ -112,7 +112,7 @@ const LLVMRealULE: uint = 13u;
|
|||
const LLVMRealUNE: uint = 14u;
|
||||
|
||||
#[link_args = "-Lrustllvm"]
|
||||
native "c-stack-cdecl" mod llvm = "rustllvm" {
|
||||
native "cdecl" mod llvm = "rustllvm" {
|
||||
|
||||
type ModuleRef;
|
||||
type ContextRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue