mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
Toolchain: Update LLVM to 15.0.3
This commit is contained in:
parent
9ad6031bca
commit
e5e7ea90b1
4 changed files with 13 additions and 11 deletions
|
@ -1,11 +1,13 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=llvm
|
||||
useconfigure=true
|
||||
version=15.0.0
|
||||
workdir=llvm-project-${version}.src
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
files="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz llvm-project-${version}.src.tar.xz caaf8100365b6ebafc39fea803e902ca3ff38b4d5327b9927097808d32964db7"
|
||||
auth_type=sha256
|
||||
port='llvm'
|
||||
useconfigure='true'
|
||||
version='15.0.3'
|
||||
workdir="llvm-project-${version}.src"
|
||||
configopts=(
|
||||
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||
)
|
||||
files="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz llvm-project-${version}.src.tar.xz dd07bdab557866344d85ae21bbeca5259d37b4b0e2ebf6e0481f42d1ba0fee88"
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
"ncurses"
|
||||
"zlib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue