Output messages at compile time.

This commit is contained in:
Christoffer Lerno
2022-12-07 18:48:55 +01:00
parent 1ea5625183
commit eaaa5362a5
19 changed files with 154 additions and 15 deletions

View File

@@ -1001,6 +1001,7 @@ LLVMValueRef llvm_get_ref(GenContext *c, Decl *decl)
case DECL_INITIALIZE:
case DECL_FINALIZE:
case DECL_BODYPARAM:
case DECL_CT_ECHO:
UNREACHABLE;
}
UNREACHABLE