2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

llvm: progress

This commit is contained in:
Dylan Araps 2019-06-27 15:54:19 +03:00
parent c43ee59184
commit c3a3c2ff3d
3 changed files with 18 additions and 0 deletions

View File

@ -1 +1,16 @@
#!/bin/sh -e
mkdir -p build
cd build
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_TARGETS_TO_BUILD="host;X86" \
-DLLVM_ENABLE_RTTI=ON \
-Wno-dev -G Ninja ..
ninja
DESTDIR="$1" ninja install

1
extra/llvm/checksums Normal file
View File

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

View File

@ -0,0 +1,2 @@
cmake make
python make