Handle errors through logger and error class in module builder

This commit is contained in:
Rafał Grodziński
2025-07-05 23:10:52 +09:00
parent d927540b5f
commit d81f82c818
3 changed files with 26 additions and 14 deletions

View File

@@ -86,7 +86,6 @@ private:
llvm::Function *getFun(string name);
llvm::Type *typeForValueType(shared_ptr<ValueType> valueType);
void failWithMessage(string message);
void markError(int line, int column, string message);