[K/N] Switch user LLVM distributions to smaller ones
This commit is contained in:
@@ -39,7 +39,11 @@ predefinedLlvmDistributions = \
|
|||||||
apple-llvm-20200714-macos-x64 \
|
apple-llvm-20200714-macos-x64 \
|
||||||
apple-llvm-20200714-macos-aarch64 \
|
apple-llvm-20200714-macos-aarch64 \
|
||||||
llvm-11.1.0-linux-x64-1 \
|
llvm-11.1.0-linux-x64-1 \
|
||||||
llvm-11.1.0-windows-x64
|
llvm-11.1.0-windows-x64 \
|
||||||
|
apple-llvm-20200714-macos-x64-essentials \
|
||||||
|
apple-llvm-20200714-macos-aarch64-essentials \
|
||||||
|
llvm-11.1.0-linux-x64-essentials \
|
||||||
|
llvm-11.1.0-windows-x64-essentials
|
||||||
|
|
||||||
predefinedLibffiVersions = \
|
predefinedLibffiVersions = \
|
||||||
libffi-3.2.1-3-darwin-macos \
|
libffi-3.2.1-3-darwin-macos \
|
||||||
@@ -48,16 +52,16 @@ predefinedLibffiVersions = \
|
|||||||
libffi-3.3-windows-x64-1
|
libffi-3.3-windows-x64-1
|
||||||
|
|
||||||
llvm.linux_x64.dev = llvm-11.1.0-linux-x64-1
|
llvm.linux_x64.dev = llvm-11.1.0-linux-x64-1
|
||||||
llvm.linux_x64.user = llvm-11.1.0-linux-x64-1
|
llvm.linux_x64.user = llvm-11.1.0-linux-x64-essentials
|
||||||
|
|
||||||
llvm.mingw_x64.dev = llvm-11.1.0-windows-x64
|
llvm.mingw_x64.dev = llvm-11.1.0-windows-x64
|
||||||
llvm.mingw_x64.user = llvm-11.1.0-windows-x64
|
llvm.mingw_x64.user = llvm-11.1.0-windows-x64-essentials
|
||||||
|
|
||||||
llvm.macos_x64.dev = apple-llvm-20200714-macos-x64
|
llvm.macos_x64.dev = apple-llvm-20200714-macos-x64
|
||||||
llvm.macos_x64.user = apple-llvm-20200714-macos-x64
|
llvm.macos_x64.user = apple-llvm-20200714-macos-x64-essentials
|
||||||
|
|
||||||
llvm.macos_arm64.dev = apple-llvm-20200714-macos-aarch64
|
llvm.macos_arm64.dev = apple-llvm-20200714-macos-aarch64
|
||||||
llvm.macos_arm64.user = apple-llvm-20200714-macos-aarch64
|
llvm.macos_arm64.user = apple-llvm-20200714-macos-aarch64-essentials
|
||||||
|
|
||||||
# By default LLVM uses 250 for -03 builds.
|
# By default LLVM uses 250 for -03 builds.
|
||||||
# We use a smaller value since default value leads to
|
# We use a smaller value since default value leads to
|
||||||
|
|||||||
Reference in New Issue
Block a user