diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-14 07:32:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-14 08:51:17 +0100 |
commit | 9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb (patch) | |
tree | e5236031a0e6704b4f21e9cd481c1b2cb1cabdd6 /sys-devel/clang | |
parent | sys-devel/llvm: Remove broken VE target from 10.0.0_rc2 (diff) | |
download | gentoo-9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb.tar.gz gentoo-9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb.tar.bz2 gentoo-9ff3d98122af4205ed37ce0cf3a9d58b035ecdeb.zip |
sys-devel/clang: Remove broken VE target from 10.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-10.0.0_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-10.0.0_rc2.ebuild b/sys-devel/clang/clang-10.0.0_rc2.ebuild index 456493136dfe..ee94d3e3bbe4 100644 --- a/sys-devel/clang/clang-10.0.0_rc2.ebuild +++ b/sys-devel/clang/clang-10.0.0_rc2.ebuild @@ -19,7 +19,7 @@ llvm.org_set_globals S=${WORKDIR}/x/y/clang # Keep in sync with sys-devel/llvm -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR VE ) +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[@]}" ) |