Experimental support for LLVM
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
7dc7287e5c
commit
b0b4235e54
1 changed files with 8 additions and 0 deletions
8
projects/llvm.sh
Normal file
8
projects/llvm.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Elixir definitions for LLVM
|
||||||
|
|
||||||
|
list_tags_h()
|
||||||
|
{
|
||||||
|
echo "$tags" |
|
||||||
|
tac |
|
||||||
|
sed -r 's/^llvmorg-([0-9]*)\.([0-9]*)(.*)$/\1 \1.\2 llvmorg-\1.\2\3/'
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue