From 6871c245a67fab222eccc2a21dcb620d11d3b0d0 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 3 May 2011 15:55:01 -0700 Subject: Rename the "llvm" API to "llvm-intrinsic" --- src/comp/front/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/front/parser.rs') diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs index 3e8ca85a..4beb5afc 100644 --- a/src/comp/front/parser.rs +++ b/src/comp/front/parser.rs @@ -2013,7 +2013,7 @@ fn parse_item_native_mod(parser p) -> @ast.item { if (_str.eq(t, "cdecl")) { } else if (_str.eq(t, "rust")) { abi = ast.native_abi_rust; - } else if (_str.eq(t, "llvm")) { + } else if (_str.eq(t, "llvm-intrinsic")) { abi = ast.native_abi_llvm; } else { p.err("unsupported abi: " + t); -- cgit v1.2.3