commit: 14ed88ff5a3ee78ad3640665f4ec0c5db8021c45 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 10 22:52:41 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 10 22:54:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ed88ff
profiles/desc: Add LLVM_TARGETS: LoongArch Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/llvm_targets.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index fd9a4f60ff89..01f23bc17b27 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2022 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 AArch64 - AArch64 CPU target (arm64 in Gentoo) @@ -10,6 +10,7 @@ BPF - Berkeley Packet Filter target CSKY - C-SKY CPU target [EXPERIMENTAL] Hexagon - Qualcomm Hexagon DSP target Lanai - Lanai CPU target +LoongArch - LoongArch CPU support [EXPERIMENTAL] M68k - Motorola 68000 target [EXPERIMENTAL] Mips - MIPS CPU target (includes MIPS64) MSP430 - MSP430 CPU target (experimental)
