llvm.eclass: Add LLVM 8 awareness

This commit is contained in:
Michał Górny
2018-08-02 13:52:30 +02:00
parent 0cdff42fdd
commit 76e9ad5170

View File

@@ -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: [<max_slot>]