about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-11-09 18:44:12 -0800
committerBrian Anderson <banderson@mozilla.com>2011-11-09 18:44:12 -0800
commitb7ab28b50fa346cf14e6fe45ea2c60434dcd979d (patch)
tree38747215bde2a821ba1163b9598aed9806af0cbe /src/comp/lib
parent2b9b6e3521dd06ff49f7816eb29a822bf95c15e6 (diff)
downloadrust-b7ab28b50fa346cf14e6fe45ea2c60434dcd979d.tar.gz
rust-b7ab28b50fa346cf14e6fe45ea2c60434dcd979d.zip
Rename "c-stack-cdecl" ABI to "cdecl"
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index ed38682ff7a..acf27fb2a81 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -112,7 +112,7 @@ const LLVMRealULE: uint = 13u;
 const LLVMRealUNE: uint = 14u;
 
 #[link_args = "-Lrustllvm"]
-native "c-stack-cdecl" mod llvm = "rustllvm" {
+native "cdecl" mod llvm = "rustllvm" {
 
     type ModuleRef;
     type ContextRef;