From: Michał Górny Date: Thu, 2 Aug 2018 11:52:30 +0000 (+0200) Subject: llvm.eclass: Add LLVM 8 awareness X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=76e9ad5170959f7de3a8ba35128314518e8d42fb;p=gentoo.git llvm.eclass: Add LLVM 8 awareness --- diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 7a7695aff85c..56ebd7ed7b8d 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -78,7 +78,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( 7 6 5 4 ) +declare -g -r _LLVM_KNOWN_SLOTS=( 8 7 6 5 4 ) # @FUNCTION: get_llvm_prefix # @USAGE: []