-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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: Fix compiler-rt missing sanitizers when using useLLVM #267814
Conversation
Hrm. I don't know why it is infinite-recursioning. I don't have that issue locally. How can I reproduce what ofborg ran? |
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.
Don't reformat the file, it needs to be similar to the other llvm versions for diffing.
It's impossible to tell what changes you've made in it.
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.
Sorry. it was accidental. I will fix it and push, but it'll have to be sunday.
4bbcd58
to
b94267b
Compare
29fa519
to
b85a730
Compare
148bfc1
to
f2b1691
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/3534 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/3648 |
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 PR rebuilds a lot of packages which means we must target staging. Please follow the contributing guide to not potentially ping a lot of people.
Locking this to avoid more pings because of the bad rebase. Please open a new PR. |
#297144 is the successor PR. |
Attempts to address #97688 by refactoring the llvm/16 toolchain build to make more sense.
The build order is now:
The names of the stages have been updated to reflect this.
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/
)