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
LLVM 16.0.6 #4
base: master
Are you sure you want to change the base?
LLVM 16.0.6 #4
Conversation
|
Interesting observation:
EDIT: sailfishos/cmake@817763e it's already taken care of. Good :-) |
Packages new clang-offload-packager and clang-pseudo tools. Also fixes alphabetical sorting of clang-tools binaries.
Co-authored-by: Matti Viljanen <matti.viljanen@kapsi.fi>
rpmlint doesn't like the output on aarch64 |
This is a first-thing-that-worked patch to fix compiler error: > ninja: error: '/usr/lib64/libz.so', needed by 'bin/clang-tblgen', > missing and no known rule to make it Apparently it doesn't work on i486, likely due to cross compilation.
With a lot of thanks to @direc85 for providing the patches for the patches and the build machine. I'll use said build machine now to get some recentish version of Rust to work :-) |
This comment was marked as outdated.
This comment was marked as outdated.
|
Disregard the previous comment -- all I had to do to make other architectures build out of the box was clearing the build cache before compiling the next one: |
I'm leaving this to compile overnight, no need to test this yet.
See #3 for the explanation of my plan.