Unverified Commit bcbdb800 authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

llvmPackages: 11 -> 16 on Darwin

parent a8be39d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16641,7 +16641,7 @@ with pkgs;
    # This returns the minimum supported version for the platform. The
    # assumption is that or any later version is good.
    choose = platform:
      /**/ if platform.isDarwin then 11
      /**/ if platform.isDarwin then 16
      else if platform.isFreeBSD then 12
      else if platform.isAndroid then 12
      else if platform.isLinux then 11