Skip to content

Commit e0063b2

Browse files
authored
Merge pull request #1054 from lifting-bits/ian/sparc-stack-hacks
Bump lifting bits llvm
2 parents 287fb09 + f7096fa commit e0063b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/vcpkg_ci_mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
shell: 'bash'
9797
run: |
9898
export VCPKG_DISABLE_METRICS=1
99-
brew install bash ninja
99+
brew install bash ninja cmake
100100
101101
# Setup NuGet authentication
102102
mono "$(${VCPKG_ROOT}/vcpkg fetch nuget | tail -n 1)" setapikey \

ports/llvm-17/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if("liftingbits-llvm" IN_LIST FEATURES)
55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO trail-of-forks/llvm-project
8-
REF d7dfdd560d056f80ce3225e97907f0ef07508dd9
9-
SHA512 cad3de5e5522c217f2f94cc8755812d4c4c13160e84361288eff04c44ef42a3c92a8a7847bba70838a629e0089352d908466844622efee081ed004565b6b453b
8+
REF da128b13b3d8b94b90ef30efaa56bbaeb624d49f
9+
SHA512 2e5f661314778a8e3f0aa6ad240eef219d7e1d2b1cd6f37357f1a909886da15f7a1c104f5dda8c897b7df47d2da30608a307f1f494e4045830365f388246ac25
1010
HEAD_REF main
1111
PATCHES
1212
0001-Fix-install-paths.patch

ports/llvm-17/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://llvm.org",
66
"license": "Apache-2.0",
77
"supports": "!uwp & !(arm & windows)",
8-
"port-version": 1,
8+
"port-version": 2,
99
"dependencies": [
1010
{
1111
"name": "vcpkg-cmake",

0 commit comments

Comments
 (0)