diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-01 14:15:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-01 14:22:29 +0200 |
commit | b548460bc30d50f0d07f303486f29a028ef2e434 (patch) | |
tree | 441391b4c1b99de69028316f10b5097e507a21a0 /profiles | |
parent | sys-devel/llvm: Add target obsolescence check (diff) | |
download | gentoo-b548460bc30d50f0d07f303486f29a028ef2e434.tar.gz gentoo-b548460bc30d50f0d07f303486f29a028ef2e434.tar.bz2 gentoo-b548460bc30d50f0d07f303486f29a028ef2e434.zip |
profiles/desc/llvm_targets.desc: Add ARC
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/llvm_targets.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 6a45455f4c38..38e123de7968 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -3,6 +3,7 @@ AArch64 - AArch64 CPU target (arm64 in Gentoo) AMDGPU - AMDGPU target (supports R600 and GCN GPUs) +ARC - ARC (Argonaut RISC Core) embedded CPU target [EXPERIMENTAL] ARM - ARM CPU target AVR - 8-bit Atmel AVR microcontroller target [EXPERIMENTAL] BPF - Berkeley Packet Filter target |