Allow only integers for LLVM function param/return values.

This commit is contained in:
losfair
2019-08-15 19:07:03 -07:00
parent 9471f643fd
commit 7028df23ef
4 changed files with 69 additions and 22 deletions

View File

@ -218,6 +218,8 @@ impl LLVMBackend {
)
};
// Uncomment this to make spectests pass.
// TODO: fix this
/*
static SIGNAL_HANDLER_INSTALLED: Once = Once::new();