Skip to content

Commit

Permalink
Bump LLVM to 18.1.8 (#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Aug 22, 2024
1 parent dac0cc3 commit 77872a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions clang.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: Clang
version: "v17.0.6"
tag: "llvmorg-17.0.6-alice1"
version: "v18.1.8"
tag: "llvmorg-18.1.8-alice2"
source: https://github.com/alisw/llvm-project-reduced
requires:
- "GCC-Toolchain:(?!osx)"
Expand Down Expand Up @@ -49,11 +49,12 @@ cmake "$SOURCEDIR/llvm" \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_ENABLE_RTTI=ON \
-DBUILD_SHARED_LIBS=OFF \
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
${GCC_TOOLCHAIN_ROOT:+-DGCC_INSTALL_PREFIX=$GCC_TOOLCHAIN_ROOT}

cmake --build . -- ${JOBS:+-j$JOBS} install

if [[ $a == v18.1.* ]]; then
if [[ $PKGVERSION == v18.1.* ]]; then
SPIRV_TRANSLATOR_VERSION="v18.1.3"
else
SPIRV_TRANSLATOR_VERSION="${PKGVERSION%%.*}.0.0"
Expand Down
4 changes: 2 additions & 2 deletions o2codechecker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: o2codechecker
version: v17.0
tag: v17.0
version: v18.1
tag: v18.1
requires:
- Clang:(?!osx*)
build_requires:
Expand Down

0 comments on commit 77872a9

Please sign in to comment.