mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
llvm.eclass: Add LLVM 8 awareness
This commit is contained in:
@@ -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>]
|
||||
|
||||
Reference in New Issue
Block a user