Skip to content

Commit aa3dcdf

Browse files
committed
---
yaml --- r: 5649 b: refs/heads/master c: 42287d0 h: refs/heads/master i: 5647: 4396837 v: v3
1 parent 2d0ada9 commit aa3dcdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4793a023766e99d1e372bab6ab73d8063ea6e48c
2+
refs/heads/master: 42287d0fd36ce914e59174aa56f3dfafda4bc01b

trunk/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)