mouse/src
Blob: support/static-link-compat.c
/*
* Rust's compiler-builtins archive carries an unused unwind reference on
* x86_64. Base C programs do not unwind through Rust, but lld still requires
* the personality symbol when it extracts the relevant builtins object.
*/
void
rust_eh_personality(void)
{
}