Start generating void layouts for unbound type variables

This commit is contained in:
Ayaz Hafiz 2022-07-18 10:08:07 -04:00
parent b92a2b8dad
commit 1440915395
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 14 additions and 1 deletions

View file

@ -110,6 +110,10 @@ flags! {
/// Print to stderr when a runtime error function is generated.
ROC_PRINT_RUNTIME_ERROR_GEN
/// Generate a layout error when an unbound type variable is found, rather than generating the
/// void layout.
ROC_NO_UNBOUND_LAYOUT
// ===LLVM Gen===
/// Prints LLVM function verification output.