Skip to content

Commit 42287d0

Browse files
committed
rustc: Call LLVM on the C stack
1 parent 4793a02 commit 42287d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/lib/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const LLVMRealULE: uint = 13u;
112112
const LLVMRealUNE: uint = 14u;
113113

114114
#[link_args = "-Lrustllvm"]
115-
native "cdecl" mod llvm = "rustllvm" {
115+
native "c-stack-cdecl" mod llvm = "rustllvm" {
116116

117117
type ModuleRef;
118118
type ContextRef;

0 commit comments

Comments
 (0)