[Bug 265425] [exp-run] Against llvm-15-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265425] [exp-run] Against llvm-15-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 19:08:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265425
--- Comment #90 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f3fd488f1e19a3d09c4bdcece893901de4f49cdd
commit f3fd488f1e19a3d09c4bdcece893901de4f49cdd
Merge: 6246ae0b85d8 458532c2dd24
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-12-04 22:09:55 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-02-08 19:05:19 +0000
Merge llvm-project release/15.x llvmorg-15.0.6-0-g088f33605d8a
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-15.0.6-0-g088f33605d8a.
PR: 265425
MFC after: 2 weeks
ObsoleteFiles.inc | 4 +-
.../llvm-project/clang/lib/CodeGen/TargetInfo.cpp | 8 +-
.../clang/lib/Driver/ToolChains/Gnu.cpp | 40 +-
contrib/llvm-project/clang/lib/Sema/SemaLookup.cpp | 8 +-
contrib/llvm-project/clang/lib/Sema/SemaType.cpp | 3 +
.../clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 6 +
.../sanitizer_common_interceptors.inc | 2 +-
contrib/llvm-project/libcxx/include/__config | 2 +-
.../libcxx/include/__functional/function.h | 14 +-
contrib/llvm-project/lld/ELF/Driver.cpp | 9 +-
contrib/llvm-project/lld/ELF/InputFiles.cpp | 2 +-
.../llvm-project/lld/MachO/UnwindInfoSection.cpp | 35 +-
contrib/llvm-project/lld/MachO/UnwindInfoSection.h | 2 +-
contrib/llvm-project/lld/MachO/Writer.cpp | 2 +-
contrib/llvm-project/lldb/bindings/interfaces.swig | 3 -
.../lldb/bindings/python/python-typemaps.swig | 2 +-
.../llvm-project/lldb/include/lldb/API/SBType.h | 2 +
.../lldb/include/lldb/Symbol/CompilerType.h | 24 +-
.../lldb/include/lldb/Symbol/TypeSystem.h | 14 +-
contrib/llvm-project/lldb/source/API/SBType.cpp | 12 +-
.../Plugins/TypeSystem/Clang/TypeSystemClang.cpp | 81 ++-
.../Plugins/TypeSystem/Clang/TypeSystemClang.h | 19 +-
.../lldb/source/Symbol/CompilerType.cpp | 18 +-
.../llvm-project/lldb/source/Symbol/TypeSystem.cpp | 12 +-
.../llvm-project/llvm/lib/Analysis/VectorUtils.cpp | 7 +-
.../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 1 +
.../llvm/lib/CodeGen/TypePromotion.cpp | 8 +-
contrib/llvm-project/llvm/lib/IR/AutoUpgrade.cpp | 2 +-
.../llvm-project/llvm/lib/Support/Unix/Signals.inc | 4 -
.../lib/Target/AArch64/AArch64ISelLowering.cpp | 67 ++-
.../llvm/lib/Target/AArch64/AArch64ISelLowering.h | 2 +-
.../llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 2 +
.../llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp | 2 +-
.../llvm/lib/Target/Sparc/SparcCallingConv.td | 10 +-
.../llvm/lib/Target/Sparc/SparcISelLowering.cpp | 61 +-
.../llvm/lib/Target/Sparc/SparcISelLowering.h | 5 +
.../llvm/lib/Transforms/IPO/GlobalOpt.cpp | 2 +-
.../Transforms/InstCombine/InstCombineCalls.cpp | 4 +
.../llvm/lib/Transforms/Scalar/SROA.cpp | 19 +-
.../llvm/lib/Transforms/Utils/VNCoercion.cpp | 4 +-
etc/mtree/BSD.debug.dist | 2 +-
etc/mtree/BSD.usr.dist | 2 +-
lib/clang/headers/Makefile | 2 +-
lib/clang/include/VCSVersion.inc | 6 +-
lib/clang/include/clang/Basic/Version.inc | 6 +-
lib/clang/include/clang/Config/config.h | 2 +-
lib/clang/include/lld/Common/Version.inc | 2 +-
lib/clang/include/lldb/Version/Version.inc | 6 +-
lib/clang/include/llvm/Config/config.h | 4 +-
lib/clang/include/llvm/Config/llvm-config.h | 4 +-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
lib/libclang_rt/compiler-rt-vars.mk | 2 +-
tools/build/mk/OptionalObsoleteFiles.inc | 644 ++++++++++-----------
53 files changed, 694 insertions(+), 514 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.