rustc: Call LLVM on the C stack

This commit is contained in:
Patrick Walton 2011-09-30 18:35:13 -07:00
parent 4793a02376
commit 42287d0fd3

View File

@ -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;