mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Adding trap on debug builds.
This commit is contained in:
@@ -95,6 +95,7 @@ void compiler_compile(BuildTarget *target)
|
||||
}
|
||||
if (diagnostics.errors > 0) exit(EXIT_FAILURE);
|
||||
|
||||
llvm_codegen_setup();
|
||||
VECEACH(contexts, i)
|
||||
{
|
||||
Context *context = contexts[i];
|
||||
|
||||
Reference in New Issue
Block a user