Compare commits
No commits in common. "203e0834d1222787d3fcdf9c9e8ef974a3d915f5" and "a93b367129bbcc2a81f1c8956afcd3031ddb97a5" have entirely different histories.
203e0834d1
...
a93b367129
4 changed files with 0 additions and 29 deletions
|
@ -1,9 +0,0 @@
|
|||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
|
||||
tar -xf clang-12.0.1.src.tar.xz
|
||||
cd clang-12.0.1.src
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm
|
||||
make
|
||||
make DESTDIR="$1" install
|
|
@ -1,5 +0,0 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="12.0.1"
|
||||
pkg_config_name="clang"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
10
llvm/build
10
llvm/build
|
@ -1,10 +0,0 @@
|
|||
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/llvm-12.0.1.src.tar.xz
|
||||
tar -xf llvm-12.0.1.src.tar.xz
|
||||
cd llvm-12.0.1.src
|
||||
|
||||
mkdir build
|
||||
|
||||
cmake -S llvm -B build -G 'Unix Makefiles'
|
||||
cd build
|
||||
make
|
||||
make DESTDIR="$1" install
|
|
@ -1,5 +0,0 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="12.0.1"
|
||||
pkg_config_name="llvm"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
Loading…
Reference in a new issue