projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdff42
)
llvm.eclass: Add LLVM 8 awareness
author
Michał Górny
<mgorny@gentoo.org>
Thu, 2 Aug 2018 11:52:30 +0000
(13:52 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 2 Aug 2018 11:52:56 +0000
(13:52 +0200)
eclass/llvm.eclass
patch
|
blob
|
history
diff --git
a/eclass/llvm.eclass
b/eclass/llvm.eclass
index 7a7695aff85c65b307c43e26943d0c0f46464a9d..56ebd7ed7b8d258a620043e3ed029bdd0135ad38 100644
(file)
--- a/
eclass/llvm.eclass
+++ b/
eclass/llvm.eclass
@@
-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>]