Skip to content

Commit

Permalink
Bump Liftingbits LLVM for Pseudoinstruction flag (#1049)
Browse files Browse the repository at this point in the history
* bump

* bump hash

* add powerpc to default targets for cxx-common
  • Loading branch information
2over12 authored Feb 12, 2024
1 parent fa3e9ca commit 8c4ddfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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 29fea6a8ab4a1d423bf4d4737b8e5ef33effe61c
SHA512 d4065298f50f6728abb604312101e96ab7946622c9f18761cb1af30118c9dbd6e96dc91cc03650d423f4543a0c445775fa7f85e27c91ba5b486585f823c80780
REF 61bbb0669c906686974329ceb6870408fe0e2518
SHA512 ac80f268d1b1235b9aab306e4e226712016ec410dc822a46387aebe62ffb7702c2e21a2b3afd4a48114f4bedc7278a81e542f085f2e18f5b4060ce2865f5b1f2
HEAD_REF main
PATCHES
0001-Fix-install-paths.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"target-nvptx",
"target-sparc",
"target-webassembly",
"target-x86"
"target-x86",
"target-powerpc"
]
}
]
Expand Down

0 comments on commit 8c4ddfc

Please sign in to comment.