bcc icon indicating copy to clipboard operation
bcc copied to clipboard

INSTALL.md file has error,Centos 7.6 could not compile LLVM from source code

Open Ben-L-L opened this issue 2 years ago • 1 comments

curl -LO http://releases.llvm.org/10.0.0/llvm-10.0.0.src.tar.xz curl -LO http://releases.llvm.org/10.0.0/cfe-10.0.0.src.tar.xz can not download file, the file is missing

Ben-L-L avatar Jul 14 '22 08:07 Ben-L-L

These links are invalid now. You should use these instead.

https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz

https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang-10.0.0.src.tar.xz

ESWZY avatar Jul 25 '22 09:07 ESWZY