Skip to content

Commit

Permalink
Merge pull request #2711 from mariux64/update-llvm-and-clang-from-14.…
Browse files Browse the repository at this point in the history
…0.4-to-14.0.6

Update LLVM and clang from 14.0.4 to 14.0.6
  • Loading branch information
pmenzel authored Jul 12, 2022
2 parents ca00c60 + 958e219 commit 7e185ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clang.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION clang-14.0.4-0
# BEE_VERSION clang-14.0.6-0

#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/clang-${PKGVERSION}.src.tar.xz"
#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-project-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f7739711b2f0458e42648edf796894ee/llvm-project-14.0.4.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/0b3373eded268dc27e2e874872fed4eb/llvm-project-14.0.6.src.tar.xz"

# build_in_sourcedir

Expand Down
6 changes: 3 additions & 3 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION llvm-14.0.4-0
# BEE_VERSION llvm-14.0.6-0

#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-project-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f7739711b2f0458e42648edf796894ee/llvm-project-14.0.4.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/0b3373eded268dc27e2e874872fed4eb/llvm-project-14.0.6.src.tar.xz"

# PATCHURL+=()

Expand All @@ -25,7 +25,7 @@ mee_configure() {
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_TARGETS_TO_BUILD="X86;AMDGPU;BPF" \
-DLLVM_TARGETS_TO_BUILD="all" \
-DLLVM_BUILD_TESTS=ON \
-DLLVM_INSTALL_UTILS=ON \
-Wno-dev \
Expand Down

0 comments on commit 7e185ff

Please sign in to comment.