mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 03:12:20 +00:00
use zig's decref instead of an LLVM implementation
This commit is contained in:
parent
59c63ef3a8
commit
5cb7dbd3cc
5 changed files with 34 additions and 104 deletions
|
@ -82,3 +82,4 @@ pub const DEC_MUL_WITH_OVERFLOW: &str = "roc_builtins.dec.mul_with_overflow";
|
|||
pub const DEC_DIV: &str = "roc_builtins.dec.div";
|
||||
|
||||
pub const UTILS_TEST_PANIC: &str = "roc_builtins.utils.test_panic";
|
||||
pub const UTILS_DECREF: &str = "roc_builtins.utils.decref";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue