-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 LLVM to 18.1.8 #16032
base: master
Are you sure you want to change the base?
Bump LLVM to 18.1.8 #16032
Conversation
|
Needs conflict solved |
It needs a lot done actually. I'll try and fix it before end of year. |
Downloaded from the llvm official repo both the source and pre-compiled llvm 18.1.8 version.
in
and
in
I could test it under Windows 11:
|
In this case I know why it didn't build, I need to update some preset files. I just ran out of time, hopefully I'll get this done during the holidays. |
18.1.7 seems to work. Can RPCS3 temporarily bump to that while investigating issues that cause 18.1.8 and onwards to have problems? There were a lot of changes from 16.0.1 to 18.1.7. |
docker pull --quiet rpcs3/rpcs3-ci-focal:1.8 | ||
docker run \ | ||
-v $(pwd):/rpcs3 \ | ||
--env-file .ci/docker.env \ | ||
-v $CCACHE_DIR:/root/.ccache \ | ||
-v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \ | ||
rpcs3/rpcs3-ci-focal:1.7.1 \ | ||
rpcs3/rpcs3-ci-focal:1.8 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is obsolete. we are already on llvm 18.1.8
Holidays came and went lol. Windows LLVM packages were fixed last year already, so I just need to fix those preset files. We had already upgraded *nix to 18.x so nothing to do there. |
No description provided.