From c9c731721fa6f47ebe10aa1553ed7da7b2aa5eb6 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 9 Jul 2021 15:16:10 +0200 Subject: [PATCH] clang fix --- clang/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clang/build b/clang/build index bde6329..7f83d7f 100755 --- a/clang/build +++ b/clang/build @@ -1,5 +1,6 @@ -git clone https://github.com/llvm/llvm-project.git -cd llvm-projcet.git +wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz +untar -xf clang-12.0.1.src.tar.xz +cd clang-12.0.1.src cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin make make install DESTDIR="$1"