-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
compiler-rt: apply armv6l patches to llvm >= 15 where applicable #333922
Conversation
Are all the patch files copies of each other? |
e52e189
to
316376f
Compare
no there are 3 versions of it: the original for llvm <= 14, an intermediary one for 15 16 17 18 and the latest one for 19 and 20. |
Wdym by intermediary? Are the ones for 15+ the same exact file? |
I mean nothing special by intermediary.
|
Yeah, I was just wondering because there's work to slim down our patches by removing duplicates and changing |
the patches were written for NixOS#205176 but not kept for llvm >= 15
ping @RossComputerGuy |
Please update |
316376f
to
7b6139f
Compare
done |
Fixes armv6 build of compiler-rt.
the patches were written for
#205176 but not kept for llvm >= 15
cc @lopsided98 as the author of #205176
tested by cross compiling only.
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.