diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-11 09:33:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-11 09:42:05 +0100 |
commit | c2c7e645132bdd5449a4e65ebc5950c093532bfa (patch) | |
tree | 61c2c00cd788108e0f04abcfc5ba969bf7cc16e6 /profiles/desc | |
parent | package.mask: Fix syntax error (uncommented out comment) (diff) | |
download | gentoo-c2c7e645132bdd5449a4e65ebc5950c093532bfa.tar.gz gentoo-c2c7e645132bdd5449a4e65ebc5950c093532bfa.tar.bz2 gentoo-c2c7e645132bdd5449a4e65ebc5950c093532bfa.zip |
profiles/desc: Update LLVM_TARGETS for RISCV & SystemZ
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/llvm_targets.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index fbc578d2e046..57d436771894 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -12,7 +12,8 @@ Mips - MIPS CPU target (includes MIPS64) MSP430 - MSP430 CPU target (experimental) NVPTX - NVIDIA PTX (GPU) target (32-bit and 64-bit) PowerPC - PowerPC CPU target (PPC32 and PPC64) +RISCV - RISC-V CPU target Sparc - Sparc CPU target -SystemZ - SystemZ CPU target +SystemZ - SystemZ (s390x) CPU target X86 - X86 CPU target (includes amd64) XCore - XCore CPU target |