Skip to content

Commit

Permalink
llvm.eclass: Recognize slot 6 (for 9999)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 24, 2017
1 parent 89020e9 commit 8a439ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/llvm.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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>]
Expand Down

0 comments on commit 8a439ad

Please sign in to comment.