We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0ada9 commit aa3dcdfCopy full SHA for aa3dcdf
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4793a023766e99d1e372bab6ab73d8063ea6e48c
+refs/heads/master: 42287d0fd36ce914e59174aa56f3dfafda4bc01b
trunk/src/comp/lib/llvm.rs
@@ -112,7 +112,7 @@ const LLVMRealULE: uint = 13u;
112
const LLVMRealUNE: uint = 14u;
113
114
#[link_args = "-Lrustllvm"]
115
-native "cdecl" mod llvm = "rustllvm" {
+native "c-stack-cdecl" mod llvm = "rustllvm" {
116
117
type ModuleRef;
118
type ContextRef;
0 commit comments