From 0696c3d2ab59166e7519c2a9de273f7f498b1eaa Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 24 Jun 2024 09:09:22 +0200 Subject: Init target for AArch64 --- src/codegen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/codegen.c b/src/codegen.c index e33e864..a7c3b2c 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -60,6 +60,7 @@ void codegen(const char *file, mpq_t *folds, scope_t *scps, type_t *types, ast_t ast, aux_t aux, lexemes_t toks) { + LLVM_TARGET_INIT(AArch64); LLVM_TARGET_INIT(X86); char *error = NULL; -- cgit v1.2.3