mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 22:45:14 +00:00
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 ```
This commit is contained in:
parent
d8d3d7b30c
commit
fa8108e3a8
4 changed files with 55 additions and 107 deletions
|
@ -365,6 +365,9 @@ pub const UTILS_EXPECT_FAILED: &str = "roc_builtins.expect.expect_failed";
|
|||
pub const UTILS_GET_EXPECT_FAILURES: &str = "roc_builtins.expect.get_expect_failures";
|
||||
pub const UTILS_DEINIT_FAILURES: &str = "roc_builtins.expect.deinit_failures";
|
||||
|
||||
pub const UTILS_LONGJMP: &str = "longjmp";
|
||||
pub const UTILS_SETJMP: &str = "setjmp";
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct IntToIntrinsicName {
|
||||
pub options: [IntrinsicName; 10],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue