Date: Tue, 21 Jul 2020 17:34:05 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r363401 - in head/lib/clang/include: . llvm/Support Message-ID: <202007211734.06LHY556033912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Tue Jul 21 17:34:05 2020 New Revision: 363401 URL: https://svnweb.freebsd.org/changeset/base/363401 Log: Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 10.0.1 final (aka llvmorg-10.0.1-0-gef32c611aa2). There were no changes since rc2, except in the upstream regression tests, which we do not ship. Relnotes: yes MFC after: immediately (no material changes except tag) Modified: head/lib/clang/include/VCSVersion.inc head/lib/clang/include/llvm/Support/VCSRevision.h Directory Properties: head/contrib/llvm-project/ (props changed) Modified: head/lib/clang/include/VCSVersion.inc ============================================================================== --- head/lib/clang/include/VCSVersion.inc Tue Jul 21 17:20:34 2020 (r363400) +++ head/lib/clang/include/VCSVersion.inc Tue Jul 21 17:34:05 2020 (r363401) @@ -1,14 +1,14 @@ // $FreeBSD$ -#define LLVM_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d" +#define LLVM_REVISION "llvmorg-10.0.1-0-gef32c611aa2" #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git" -#define CLANG_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d" +#define CLANG_REVISION "llvmorg-10.0.1-0-gef32c611aa2" #define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git" // <Upstream revision at import>-<Local identifier in __FreeBSD_version style> -#define LLD_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d-1300007" +#define LLD_REVISION "llvmorg-10.0.1-0-gef32c611aa2-1300007" #define LLD_REPOSITORY "FreeBSD" -#define LLDB_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d" +#define LLDB_REVISION "llvmorg-10.0.1-0-gef32c611aa2" #define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git" Modified: head/lib/clang/include/llvm/Support/VCSRevision.h ============================================================================== --- head/lib/clang/include/llvm/Support/VCSRevision.h Tue Jul 21 17:20:34 2020 (r363400) +++ head/lib/clang/include/llvm/Support/VCSRevision.h Tue Jul 21 17:34:05 2020 (r363401) @@ -1,3 +1,3 @@ /* $FreeBSD$ */ -#define LLVM_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d" +#define LLVM_REVISION "llvmorg-10.0.1-0-gef32c611aa2" #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007211734.06LHY556033912>