Skip to content

Commit

Permalink
Add AArch64 target by default
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Aug 18, 2023
1 parent 1ddb103 commit 5eb372e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazel/setup_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ _LLVM_TARGETS = [
# is included. @j2kun asked the LLVM maintiners for tips on how to fix this,
# see https://github.com/llvm/llvm-project/issues/63135
"NVPTX",
# Needed for Apple M1 targets, see
# https://github.com/j2kun/mlir-tutorial/issues/11
"AArch64",
]

def setup_llvm(name):
Expand Down

0 comments on commit 5eb372e

Please sign in to comment.