diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 09:09:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 09:09:22 +0200 |
commit | 0696c3d2ab59166e7519c2a9de273f7f498b1eaa (patch) | |
tree | 6a765b977d5cf028a370c91236e2d83563eb76f7 | |
parent | 1742909c02f756cb948aa76335480049038cfafb (diff) |
Init target for AArch64
-rw-r--r-- | src/codegen.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |