Skip to content

Commit

Permalink
Merge pull request #1054 from lifting-bits/ian/sparc-stack-hacks
Browse files Browse the repository at this point in the history
Bump lifting bits llvm
  • Loading branch information
Ninja3047 authored Apr 16, 2024
2 parents 287fb09 + f7096fa commit e0063b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
shell: 'bash'
run: |
export VCPKG_DISABLE_METRICS=1
brew install bash ninja
brew install bash ninja cmake
# Setup NuGet authentication
mono "$(${VCPKG_ROOT}/vcpkg fetch nuget | tail -n 1)" setapikey \
Expand Down
4 changes: 2 additions & 2 deletions ports/llvm-17/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if("liftingbits-llvm" IN_LIST FEATURES)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO trail-of-forks/llvm-project
REF d7dfdd560d056f80ce3225e97907f0ef07508dd9
SHA512 cad3de5e5522c217f2f94cc8755812d4c4c13160e84361288eff04c44ef42a3c92a8a7847bba70838a629e0089352d908466844622efee081ed004565b6b453b
REF da128b13b3d8b94b90ef30efaa56bbaeb624d49f
SHA512 2e5f661314778a8e3f0aa6ad240eef219d7e1d2b1cd6f37357f1a909886da15f7a1c104f5dda8c897b7df47d2da30608a307f1f494e4045830365f388246ac25
HEAD_REF main
PATCHES
0001-Fix-install-paths.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://llvm.org",
"license": "Apache-2.0",
"supports": "!uwp & !(arm & windows)",
"port-version": 1,
"port-version": 2,
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down

0 comments on commit e0063b2

Please sign in to comment.