summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-01 14:09:49 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-01 14:22:32 +0200
commit80314642bcdc47628dbce05cb7b7de280f6cdf43 (patch)
treee47b4fe1a0cd517c0008991e17760a028eb05176 /dev-ml/llvm-ocaml
parentsys-devel/clang: Add ARC target (diff)
downloadgentoo-80314642bcdc47628dbce05cb7b7de280f6cdf43.tar.gz
gentoo-80314642bcdc47628dbce05cb7b7de280f6cdf43.tar.bz2
gentoo-80314642bcdc47628dbce05cb7b7de280f6cdf43.zip
dev-ml/llvm-ocaml: Add ARC target
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
index 3fd7ae9785da..9a84b67cb527 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git"
# Keep in sync with sys-devel/llvm
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR )
ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
"${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )