forked from kiss-community/repo
llvm: init at 8.0.0
This commit is contained in:
parent
0aa1d93a7d
commit
03fff8ef23
11
repo/llvm/build
Executable file
11
repo/llvm/build
Executable 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
1
repo/llvm/checksums
Normal file
@ -0,0 +1 @@
|
||||
8872be1b12c61450cacc82b3d153eab02be2546ef34fa3580ed14137bb26224c llvm-8.0.0.src.tar.xz
|
1
repo/llvm/depends
Normal file
1
repo/llvm/depends
Normal file
@ -0,0 +1 @@
|
||||
cmake
|
1658
repo/llvm/manifest
Normal file
1658
repo/llvm/manifest
Normal file
File diff suppressed because it is too large
Load Diff
1
repo/llvm/sources
Normal file
1
repo/llvm/sources
Normal file
@ -0,0 +1 @@
|
||||
http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz
|
1
repo/llvm/version
Normal file
1
repo/llvm/version
Normal file
@ -0,0 +1 @@
|
||||
8.0.0 1
|
Loading…
Reference in New Issue
Block a user