commit: ea608fed276fe30ba18cc36f443ff83234f75586 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 22 12:53:14 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 15:06:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea608fed
sys-devel/llvm: Update the 13.0.0.9999 live ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/llvm/llvm-13.0.0.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-13.0.0.9999.ebuild b/sys-devel/llvm/llvm-13.0.0.9999.ebuild index 09568c1ceda..81a972bb271 100644 --- a/sys-devel/llvm/llvm-13.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.9999.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Low Level Virtual Machine" HOMEPAGE="https://llvm.org/" # Those are in lib/Targets, without explicit CMakeLists.txt mention -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY VE ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY M68k VE ) # Keep in sync with CMakeLists.txt ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore @@ -274,6 +274,7 @@ get_distribution_components() { llvm-objcopy llvm-objdump llvm-opt-report + llvm-otool llvm-pdbutil llvm-profdata llvm-profgen
