Skip to content

Commit 8c4ddfc

Browse files
authored
Bump Liftingbits LLVM for Pseudoinstruction flag (#1049)
* bump * bump hash * add powerpc to default targets for cxx-common
1 parent fa3e9ca commit 8c4ddfc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ports/llvm-17/portfile.cmake

Lines changed: 2 additions & 2 deletions
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 29fea6a8ab4a1d423bf4d4737b8e5ef33effe61c
9-
SHA512 d4065298f50f6728abb604312101e96ab7946622c9f18761cb1af30118c9dbd6e96dc91cc03650d423f4543a0c445775fa7f85e27c91ba5b486585f823c80780
8+
REF 61bbb0669c906686974329ceb6870408fe0e2518
9+
SHA512 ac80f268d1b1235b9aab306e4e226712016ec410dc822a46387aebe62ffb7702c2e21a2b3afd4a48114f4bedc7278a81e542f085f2e18f5b4060ce2865f5b1f2
1010
HEAD_REF main
1111
PATCHES
1212
0001-Fix-install-paths.patch

ports/llvm-17/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"target-nvptx",
8787
"target-sparc",
8888
"target-webassembly",
89-
"target-x86"
89+
"target-x86",
90+
"target-powerpc"
9091
]
9192
}
9293
]

0 commit comments

Comments
 (0)