Unverified Commit f116095a authored by Lily Foster's avatar Lily Foster
Browse files

llvmPackages: 12 -> 16 on wasm

parent e58eaa0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16651,7 +16651,7 @@ with pkgs;
      else if platform.isFreeBSD then 12
      else if platform.isAndroid then 12
      else if platform.isLinux then 16
      else if platform.isWasm then 12
      else if platform.isWasm then 16
      else 14;
    # We take the "max of the mins". Why? Since those are lower bounds of the
    # supported version set, this is like intersecting those sets and then