about summary refs log tree commit diff
path: root/tests/ui/extern-flag/auxiliary/panic_handler.rs
AgeCommit message (Collapse)AuthorLines
2025-06-24Fix function signature for rust_eh_personalitybjorn3-1/+9
While cg_llvm is very lax about mismatched function signatures, cg_clif will crash when there is any mismatch. It could be turned into an error, but without Cranelift changes can't just be ignored.
2024-11-14Include the "unwind" crate to link with libunwind instead of the "libc" crate.Xing Xue-9/+5
2024-04-18Add an exception for windows-msvcBen Kimock-0/+9
2024-04-17Remove libc from more testsBen Kimock-7/+0
2023-05-05add "force" option to --externMatt Hammerly-0/+17