2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

llvm, clang: 14.0.0 (#55)

This commit is contained in:
Owen Rafferty 2022-04-04 20:40:52 -07:00 committed by GitHub
parent 9f741966fa
commit 5079c6e615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh -e
mkdir -p cmake/modules
mv -f Modules/* cmake/modules/
mv -f modules/* cmake/modules/
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \

View File

@ -1 +1 @@
787a9e2d99f5c8720aa1773e4be009461cd30d3bd40fdd24591e473467c917c9
f5d7ffb86ed57f97d7c471d542c4e5685db4b75fb817c4c3f027bfa49e561b9b

View File

@ -1 +1 @@
13.0.1 1
14.0.0 1

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
mv Modules/* cmake/modules/
# Remove ncurses dependency.
sed 's/\(LLVM_ENABLE_TERMINFO\) 1/\1 2/' \
cmake/config-ix.cmake > _

View File

@ -1 +1 @@
ec6b80d82c384acad2dc192903a6cf2cdbaffb889b84bfb98da9d71e630fc834
4df7ed50b8b7017b90dc22202f6b59e9006a29a9568238c6af28df9c049c7b9b

View File

@ -1 +1 @@
13.0.1 1
14.0.0 1