bjorn3
fcb718b25f
Fix function signature for rust_eh_personality
...
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.
2025-06-24 09:06:49 +00:00
Daniel Paoliello
6906b44e1c
Change __rust_no_alloc_shim_is_unstable to be a function
2025-06-16 10:54:07 -07:00
Ralf Jung
56c90dc31e
remove support for the #[start] attribute
2025-01-21 06:59:15 -07:00
Rémy Rakic
d6a9ad6190
remove unused imports from rmake tests
2024-12-23 09:40:25 +00:00
Oneirical
b85bedcb24
rewrite no-alloc-shim to rmake
2024-08-14 10:33:56 -04:00
bjorn3
3082865e6c
Ignore test on MSVC for now
...
I can't figure out how to link with the MSVC toolchain
2023-05-11 14:47:56 +00:00