diff options
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index b1dbd80e..c4c1a56b 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -346,6 +346,7 @@ type _mod = rec(vec[@view_item] view_items, tag native_abi { native_abi_rust; native_abi_cdecl; + native_abi_llvm; } type native_mod = rec(str native_name, |