llvm.eclass: Recognize slot 6 (for 9999)

This commit is contained in:
Michał Górny
2017-07-23 19:07:08 +02:00
parent 89020e9c2a
commit 8a439ad852

View File

@@ -63,7 +63,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
# @INTERNAL
# @DESCRIPTION:
# Correct values of LLVM slots, newest first.
declare -g -r _LLVM_KNOWN_SLOTS=( 5 4 )
declare -g -r _LLVM_KNOWN_SLOTS=( 6 5 4 )
# @FUNCTION: get_llvm_prefix
# @USAGE: [<max_slot>]