Imported Upstream version 6.12.0.144

Former-commit-id: 30d108307b6f415498db66299edde1c39c9cc99e
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2021-05-11 08:43:27 +00:00
parent 5ad2e63456
commit 615f568e15
53 changed files with 753 additions and 750 deletions

View File

@ -1 +1 @@
8c7ad78531624fc587a14ea11c29641519afa408
c256f478f10f2fdf8a5640b04befece7a23482d5

View File

@ -1 +1 @@
963041f6584b1023d17720376965045feef8bb61
36d5c6df684f2524185ea5fa973068ffcc369ea7

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = az-ubuntu-general1d7320
hostname = az-ubuntu-generald84780
uname -m = x86_64
uname -r = 4.15.0-1113-azure
uname -s = Linux
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on az-ubuntu-general1d7320
on az-ubuntu-generald84780
config.status:1238: creating Makefile
config.status:1238: creating bdw-gc.pc

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
ddd1420c0ba8d0133be32093fdff33d4834993de
f0e0be68f22c0466c32e417d3f230fd1a3d1bb58

View File

@ -427,9 +427,8 @@ EXTRA_DIST = build.mk build_llvm_config.sh
# LLVM_BRANCH := $(shell git -C "$(abs_top_srcdir)/external/llvm-project/llvm" rev-parse --abbrev-ref HEAD)
LLVM_VERSION := $(shell git -C "$(abs_top_srcdir)/external/llvm-project/llvm" rev-parse HEAD)
# FIXME: URL should be http://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
LLVM_DOWNLOAD_LOCATION = "http://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION).tar.gz"
CPU_COUNT := $(shell getconf _NPROCESSORS_ONLN || echo 8)
# FIXME: URL should be https://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
LLVM_DOWNLOAD_LOCATION = "https://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION).tar.gz"
NINJA := $(shell which ninja)
EXTRA_LLVM_ARGS = $(if $(filter $(LLVM_TARGET),wasm32), -DLLVM_BUILD_32_BITS=On -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="WebAssembly",) \
$(if $(STATIC_GCC_LIBS),-DCMAKE_EXE_LINKER_FLAGS="-static")
@ -668,6 +667,8 @@ abs_top_srcdir ?= $(abspath $(CURDIR)/..)
LLVM_BUILD ?= $(abspath $(abs_top_srcdir)/llvm/build)
LLVM_PREFIX ?= $(abspath $(abs_top_srcdir)/llvm/usr)
CPU_COUNT ?= $(shell getconf _NPROCESSORS_ONLN || echo 8)
# -DLLVM_ENABLE_LIBXML2=Off is needed because xml2 is not used and it breaks 32-bit builds on 64-bit Linux hosts
$(LLVM_BUILD)/$(if $(NINJA),build.ninja,Makefile): $(abs_top_srcdir)/external/llvm-project/llvm/CMakeLists.txt
mkdir -p $(LLVM_BUILD) $(LLVM_PREFIX)

View File

@ -6,10 +6,10 @@ LLVM_PREFIX ?= $(abspath $(abs_top_srcdir)/llvm/usr)
# LLVM_BRANCH := $(shell git -C "$(abs_top_srcdir)/external/llvm-project/llvm" rev-parse --abbrev-ref HEAD)
LLVM_VERSION := $(shell git -C "$(abs_top_srcdir)/external/llvm-project/llvm" rev-parse HEAD)
# FIXME: URL should be http://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
LLVM_DOWNLOAD_LOCATION = "http://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION).tar.gz"
# FIXME: URL should be https://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-$(LLVM_BRANCH)/llvm-osx64-$(LLVM_VERSION).tar.gz
LLVM_DOWNLOAD_LOCATION = "https://xamjenkinsartifact.blob.core.windows.net/build-package-osx-llvm-release60/llvm-osx64-$(LLVM_VERSION).tar.gz"
CPU_COUNT := $(shell getconf _NPROCESSORS_ONLN || echo 8)
CPU_COUNT ?= $(shell getconf _NPROCESSORS_ONLN || echo 8)
CMAKE := $(or $(CMAKE),$(shell which cmake))
NINJA := $(shell which ninja)

View File

@ -41,7 +41,7 @@ static partial class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "6.12.0.141";
public const string MonoVersion = "6.12.0.144";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -1 +1 @@
ca28d55089c7898ec1f71a6af485e5c271504e27
10970b4030c4d0337402e485418c9375611f5f95

View File

@ -1 +1 @@
fe244c2c8956be49f9a42f534f15c1248c75b465
3684bb7e0c81691606ba68340dc76492980dc586

View File

@ -1 +1 @@
e2acd6253376be5e994167f0984923d66d9a5966
a8e742ca2124551bf1c832ace30d283cf9bc7aa7

View File

@ -1 +1 @@
88fd6b343185b9e7d09bb18ca34083eedd174db4
c4fa0351ba44ff0496d4ddee9550b4bd6b411c3c

View File

@ -1 +1 @@
c799f0ac92c4320277435a86c008030dbf9d6f96
53b47446a3f60441f1afb059724eae5dff5ee5da

View File

@ -1 +1 @@
13ba5fd987ea4bfecb4f37701ee03eb47d10b1fd
1ddfdb9354d7b06bf1d36b02058cd83ad0dc027a

View File

@ -1 +1 @@
271a5e30e4fb1c0a4dbba6dc57e9373e985a74f9
6a814b413402633473a677322a04aede12086386

View File

@ -1 +1 @@
8e6890c9f41b048fd17f0d664efb4e47d1ce0848
b140bc170a701e6ed9d8580eace05c9f78f13b5e

View File

@ -1 +1 @@
ca28d55089c7898ec1f71a6af485e5c271504e27
10970b4030c4d0337402e485418c9375611f5f95

View File

@ -1 +1 @@
fe244c2c8956be49f9a42f534f15c1248c75b465
3684bb7e0c81691606ba68340dc76492980dc586

View File

@ -1 +1 @@
e2acd6253376be5e994167f0984923d66d9a5966
a8e742ca2124551bf1c832ace30d283cf9bc7aa7

Some files were not shown because too many files have changed in this diff Show More