Rename the "llvm" API to "llvm-intrinsic"
This commit is contained in:
parent
e43729ccf2
commit
6871c245a6
3 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue