Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Tue, 01 Oct 2019 12:22:42
Message-Id: 1569932550.0337acfc93433dcb7b505eeea86b91034eabfc78.mgorny@gentoo
1 commit: 0337acfc93433dcb7b505eeea86b91034eabfc78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 12:09:52 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 12:22:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0337acfc
7
8 sys-devel/llvm: Add ARC target
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm/llvm-10.0.0.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
16 index 6bfea01a739..92a9c5ae1c1 100644
17 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
18 +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
19 @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
20 https://github.com/llvm-mirror/llvm.git"
21
22 # Those are in lib/Targets, without explicit CMakeLists.txt mention
23 -ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
24 +ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR )
25 # Keep in sync with CMakeLists.txt
26 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
27 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore