llvmPackages: set version 7 for armv6

In later versions the compiler-rt seems to be producing invalid code
and ultimately doesn't build on armv6.

Note: armv6 builds have been broken since bf096238.

authored by rnhmjoj and committed by Rick van Schijndel 306c2d4a 672896d7

+1
+1
pkgs/top-level/all-packages.nix
··· 14443 14443 /**/ if platform.isDarwin then 11 14444 14444 else if platform.isFreeBSD then 7 14445 14445 else if platform.isAndroid then 12 14446 + else if platform.system == "armv6l-linux" then 7 # This fixes armv6 cross-compilation 14446 14447 else if platform.isLinux then 11 14447 14448 else if platform.isWasm then 12 14448 14449 else latest_version;