roc/compiler/builtins/src
Ayaz Hafiz fa8108e3a8 SJLJ roc_panic on AArch64
```
$ uname -m
arm64

$ cargo test -p test_gen gen_num::abs_min_int_overflow
    Finished test [unoptimized + debuginfo] target(s) in 0.09s
     Running src/tests.rs (target/debug/deps/test_gen-b2041868d2cf26f3)

running 1 test
test gen_num::abs_min_int_overflow - should panic ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 933 filtered out; finished in 0.14s
```
2022-04-27 22:43:34 -04:00
..
bitcode.rs SJLJ roc_panic on AArch64 2022-04-27 22:43:34 -04:00
lib.rs rename standard_library -> roc 2022-03-23 21:19:15 +01:00
roc.rs rename standard_library -> roc 2022-03-23 21:19:15 +01:00
std.rs Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00