From ca57c4e7d8cfd5039d916f38a1e6024baccef854 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 1 May 2020 11:22:08 +0200 Subject: [PATCH] llvm.eclass: Remove old slots 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 1a5b7176ae8a..a2da231b035a 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=( 11 10 9 8 7 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 ) # @FUNCTION: get_llvm_prefix # @USAGE: [-b|-d] [] -- 2.26.2