aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 7f5d010..dd21ad7 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -20,6 +20,7 @@ static size_t codegenexpr(LLVMBuilderRef, struct ast, struct lexemes,
void
codegen(struct ast ast, struct lexemes toks)
{
+ exit(EXIT_SUCCESS);
LLVMModuleRef mod = LLVMModuleCreateWithName("oryx");
for (size_t i = 0; i < ast.len;) {