Fix clang, openrc #14

Merged
hippoz merged 10 commits from Ohio2/repo:master into master 2021-07-09 17:26:54 +03:00
Showing only changes of commit c9c731721f - Show all commits

View file

@ -1,5 +1,6 @@
git clone https://github.com/llvm/llvm-project.git
Outdated
Review

g

g
cd llvm-projcet.git
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
Outdated
Review

a

a
untar -xf clang-12.0.1.src.tar.xz
cd clang-12.0.1.src
Outdated
Review

e

e
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
Outdated
Review

q

q
Outdated
Review

old

old
make
make install DESTDIR="$1"
Outdated
Review

s

s