llvm, clang: 16.0.6

This commit is contained in:
Owen Rafferty 2023-07-19 20:01:17 -05:00
parent b9f53e449c
commit e170b4bc2b
No known key found for this signature in database
8 changed files with 12 additions and 10 deletions

View File

@ -2,6 +2,7 @@
export DESTDIR="$1"
cd clang
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \

View File

@ -1 +1,2 @@
d2b8daa737ed11765943ed655b8202142bd45ae22d7156f92892e81dd2312161be
d1317a5046d9fe3bb3eb4b664eda8df7eebbbf039d9ddcc13ee7a4097ad852ff80
fbaa3b1e1f3b0d75ad79f54878ea950be3ed7e31fa0b1f02c639ac052e4dabe0ef

View File

@ -1 +1,2 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/clang-16.0.6.src.tar.xz clang
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz cmake

View File

@ -1 +1 @@
15.0.7 1
16.0.6 1

View File

@ -2,8 +2,7 @@
export DESTDIR="$1"
mv Modules/* cmake/modules/
cd llvm
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \

View File

@ -1,2 +1,2 @@
7f46862f4dd9fc04559c404fef89234e67266eac3dc8f85f39e2da6e9c1a7fb96b
5e5ce50f196bcccd6f8b044bd1b2424fc11c57f04dac5a033bab5b0f573cd9824f
8ccc099f4f025c936b4b9b4a2f821f2f54172822ce8580b28811c72c6138d31ffd
fbaa3b1e1f3b0d75ad79f54878ea950be3ed7e31fa0b1f02c639ac052e4dabe0ef

View File

@ -1,2 +1,2 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-16.0.6.src.tar.xz llvm
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/cmake-16.0.6.src.tar.xz cmake

View File

@ -1 +1 @@
15.0.7 1
16.0.6 1