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
|
|
@ -229,6 +229,7 @@ fn print_item(ps s, @ast.item item) {
|
|||
wrd1(s, "native");
|
||||
alt (nmod.abi) {
|
||||
case (ast.native_abi_rust) {wrd1(s, "\"rust\"");}
|
||||
case (ast.native_abi_llvm) {wrd1(s, "\"llvm-intrinsic\"");}
|
||||
case (ast.native_abi_cdecl) {wrd1(s, "\"cdecl\"");}
|
||||
}
|
||||
wrd1(s, "mod");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue