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

Bumps lifting bits llvm for PPC tail call fixes #1051

Merged
merged 2 commits into from
Mar 8, 2024
Merged
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 5cc3ffeb2633dffa2262679586324a1cea492e1f
SHA512 01f5fc24fe2de57d4b119b6f32b828919fd2c4e2019349ef22f787a43cdf005c63319c297ba3e85c13fbe2d64618fe455e834a04cd785a55920a686a4bc3b890
REF 3bd1628521dc4de68cb3f796a6f0b6f9cc17374d
SHA512 25a1acba79a956799decee11b408a3ce7c1d03ab916fb7788629137ee45aa60b9ff0095cef38358a67a4312435bf10c59f6dfcad6928aae6ff0329432f4fcdcb
HEAD_REF main
PATCHES
0001-Fix-install-paths.patch
Expand Down
Loading