Skip to content

Commit

Permalink
mesa: use llvm-3.9 instead of 3.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 040b941)
No problems reported so far, and we've got a couple weeks to stabilize
anyway. It seems required to support some new GPUs, #17991.
  • Loading branch information
vcunat committed Sep 13, 2016
1 parent 7542854 commit 2c9a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8768,7 +8768,7 @@ in
# makes it slower, but during runtime we link against just mesa_drivers
# through /run/opengl-driver*, which is overriden according to config.grsecurity
grsecEnabled = true;
llvmPackages = llvmPackages_38; # various problems with 3.7; see #11367, #11467
llvmPackages = llvmPackages_39;
});
mesa_glu = mesaDarwinOr (callPackage ../development/libraries/mesa-glu { });
mesa_drivers = mesaDarwinOr (
Expand Down

0 comments on commit 2c9a5dc

Please sign in to comment.