Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Liftingbits LLVM for Pseudoinstruction flag #1049

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading