Skip to content

Commit

Permalink
Bump libunwind to llvmorg-18.1.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status authored Jan 25, 2025
1 parent 7a315db commit 6e2bf1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UpdateLibunwind
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")"
git diff --exit-code -- . ':(exclude)UpdateLibunwind' > /dev/null || { echo "Commit changes before updating!" ; exit 1 ; }

# https://github.com/llvm/llvm-project/releases
COMMIT="${1:-llvmorg-18.1.0}"
COMMIT="${1:-llvmorg-18.1.1}"

pushd vendor >/dev/null
rm -rf libunwind
Expand Down
4 changes: 2 additions & 2 deletions vendor/libunwind/llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 1)
endif()
if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
set(LLVM_VERSION_PATCH 1)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX rc)
set(LLVM_VERSION_SUFFIX)
endif()

if (NOT PACKAGE_VERSION)
Expand Down

0 comments on commit 6e2bf1d

Please sign in to comment.