You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang] Silence some warnings when building clang with external llvm
If you build clang with `builtin_llvm=OFF` you might get flooded with so
many warnings that it's unsustainable.
This commit suggests to silence these kind of warnings. Note that there
are still some warnings left, but not to the point that the output is
completely flooding.
This is an upstreamed patch of what is done for nikpkgs:
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/misc/root/default.nix#L200
0 commit comments