git: dbdd454e6494 - stable/12 - Follow-up to d69d07569ee2 by bumping lld local version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:55:40 UTC
The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=dbdd454e6494cf929a512a65e5f0e75f3778eca5 commit dbdd454e6494cf929a512a65e5f0e75f3778eca5 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-08-07 17:14:31 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-25 11:51:15 +0000 Follow-up to d69d07569ee2 by bumping lld local version This makes it easier to detect that lld's support for compressed input sections on BE targets is fixed. MFC after: 3 days X-MFC-With: d69d07569ee2 (cherry picked from commit cd38d9cf26db9264f709c52469f0f4e9684d62bb) --- lib/clang/include/VCSVersion.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/include/VCSVersion.inc b/lib/clang/include/VCSVersion.inc index ec022aa27fc2..2aba038cf0b6 100644 --- a/lib/clang/include/VCSVersion.inc +++ b/lib/clang/include/VCSVersion.inc @@ -7,7 +7,7 @@ #define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git" // <Upstream revision at import>-<Local identifier in __FreeBSD_version style> -#define LLD_REVISION "llvmorg-12.0.1-0-gfed41342a82f-1200013" +#define LLD_REVISION "llvmorg-12.0.1-0-gfed41342a82f-1200014" #define LLD_REPOSITORY "FreeBSD" #define LLDB_REVISION "llvmorg-12.0.1-0-gfed41342a82f"