Compare commits

..

No commits in common. "6ced0cbc6a1672a7794504aaca3287791d2ab44f" and "cc4e68c90b0bc2c5c3257a6acf1ebf87d0a0d094" have entirely different histories.

View file

@ -1,6 +1,5 @@
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
git clone https://github.com/llvm/llvm-project.git
cd llvm-projcet.git
cmake -S llvm -G "Unix Makefiles" -B build -DCMAKE_INSTALL_PREFIX="$1"/usr/bin
make
make install DESTDIR="$1"