[Bug 258209] [exp-run] Against llvm-13-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258209] [exp-run] Against llvm-13-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:57:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258209 --- Comment #42 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=838e2fa19531c45727938a9160cdd78ecedf8c92 commit 838e2fa19531c45727938a9160cdd78ecedf8c92 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-09-26 11:33:13 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-25 11:51:38 +0000 Merge llvm-project 13.0.0 release This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-13.0.0-0-gd7b669b3a303, aka 13.0.0 release. PR: 258209 MFC after: 2 weeks (cherry picked from commit 28a41182c08e79534be77131840bcfdf73d31343) .../clang/include/clang/AST/DeclBase.h | 46 ++++++++--------- .../llvm-project/clang/include/clang/AST/Type.h | 34 ------------- .../clang/include/clang/Sema/Initialization.h | 16 +++--- .../llvm-project/clang/lib/AST/ExprConstant.cpp | 15 ++++-- .../clang/lib/Analysis/ThreadSafety.cpp | 31 +++++++----- .../llvm-project/clang/lib/CodeGen/CGExprCXX.cpp | 19 ++++--- .../clang/lib/Format/UnwrappedLineParser.cpp | 1 - contrib/llvm-project/clang/lib/Sema/Sema.cpp | 2 +- .../llvm-project/clang/lib/Sema/SemaCoroutine.cpp | 2 +- .../llvm-project/clang/lib/Sema/SemaDeclCXX.cpp | 9 ++++ contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp | 2 +- .../llvm-project/clang/lib/Sema/SemaExprCXX.cpp | 5 +- contrib/llvm-project/clang/lib/Sema/SemaLambda.cpp | 3 +- .../clang/lib/Sema/SemaObjCProperty.cpp | 3 +- contrib/llvm-project/clang/lib/Sema/SemaStmt.cpp | 8 +-- contrib/llvm-project/lld/COFF/Writer.cpp | 3 -- .../llvm/lib/Analysis/DemandedBits.cpp | 2 +- contrib/llvm-project/llvm/lib/IR/ConstantFold.cpp | 59 +++++++++++----------- .../llvm-project/llvm/lib/Passes/PassBuilder.cpp | 3 -- .../AArch64/GISel/AArch64InstructionSelector.cpp | 12 ++++- .../llvm/lib/Target/X86/X86ISelLowering.cpp | 2 +- .../llvm/lib/Transforms/Scalar/ADCE.cpp | 2 +- lib/clang/include/VCSVersion.inc | 8 +-- lib/clang/include/llvm/Support/VCSRevision.h | 2 +- usr.bin/clang/llvm-readobj/Makefile | 16 ++++++ 25 files changed, 154 insertions(+), 151 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.