rustc: Call LLVM on the C stack
This commit is contained in:
parent
4793a02376
commit
42287d0fd3
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const LLVMRealULE: uint = 13u;
|
|||
const LLVMRealUNE: uint = 14u;
|
||||
|
||||
#[link_args = "-Lrustllvm"]
|
||||
native "cdecl" mod llvm = "rustllvm" {
|
||||
native "c-stack-cdecl" mod llvm = "rustllvm" {
|
||||
|
||||
type ModuleRef;
|
||||
type ContextRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue