Skip to content

Commit

Permalink
llvm.eclass: Support LLVM 13
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/771699
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 20, 2021
1 parent 91844fc commit 936bdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/llvm.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: llvm.eclass
Expand Down Expand Up @@ -85,7 +85,7 @@ DEPEND="!!sys-devel/llvm:0"
# @INTERNAL
# @DESCRIPTION:
# Correct values of LLVM slots, newest first.
declare -g -r _LLVM_KNOWN_SLOTS=( {12..8} )
declare -g -r _LLVM_KNOWN_SLOTS=( {13..8} )

# @FUNCTION: get_llvm_prefix
# @USAGE: [-b|-d] [<max_slot>]
Expand Down

0 comments on commit 936bdeb

Please sign in to comment.