llvm: init at 8.0.0

This commit is contained in:
Tadeo Kondrak 2019-06-02 01:02:37 -06:00
parent 0aa1d93a7d
commit 03fff8ef23
6 changed files with 1673 additions and 0 deletions

11
repo/llvm/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
mkdir build
cd build
cmake \
-DCMAKE_INSTALL_PREFIX="$1" \
..
make
make DESTDIR="$1" install

1
repo/llvm/checksums Normal file
View File

@ -0,0 +1 @@
8872be1b12c61450cacc82b3d153eab02be2546ef34fa3580ed14137bb26224c llvm-8.0.0.src.tar.xz

1
repo/llvm/depends Normal file
View File

@ -0,0 +1 @@
cmake

1658
repo/llvm/manifest Normal file

File diff suppressed because it is too large Load Diff

1
repo/llvm/sources Normal file
View File

@ -0,0 +1 @@
http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz

1
repo/llvm/version Normal file
View File

@ -0,0 +1 @@
8.0.0 1