From ff06de1148bfbba2ee075925034db341426f60ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Jan 2020 19:08:08 +0100 Subject: [PATCH] llvm.eclass: Permit LLVM 11 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 eed3fe0014cc..5477b9d25edd 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=( 10 9 8 7 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 7 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: [-b|-d] [] -- 2.26.2