From f060b611dc079a4401d238e489e8ee25839ca82b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 20 Jul 2019 23:32:07 +0200 Subject: [PATCH] llvm.eclass: Permit slot 10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/llvm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index d61effb5e9c6..eed3fe0014cc 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( 9 8 7 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: [-b|-d] [] -- 2.26.2