commit: b548460bc30d50f0d07f303486f29a028ef2e434 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 1 12:15:44 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 12:22:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b548460b
profiles/desc/llvm_targets.desc: Add ARC Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/llvm_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 6a45455f4c3..38e123de796 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
