commit: 80314642bcdc47628dbce05cb7b7de280f6cdf43 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 1 12:09:49 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 12:22:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80314642
dev-ml/llvm-ocaml: Add ARC target Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3fd7ae9785d..9a84b67cb52 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[@]}" )
