[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 12:02:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742
--- Comment #46 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1f6fd64fe9c996b4795ee4a6c66b8f9216747560
commit 1f6fd64fe9c996b4795ee4a6c66b8f9216747560
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-11-20 17:39:12 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-06-04 11:58:59 +0000
Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14-init-10223-g401b76fdf2b3.
PR: 261742
MFC after: 2 weeks
(cherry picked from commit 5e801ac66d24704442eba426ed13c3effb8a34e7)
ObsoleteFiles.inc | 301 ++
contrib/llvm-project/FREEBSD-Xlist | 23 +-
.../clang/include/clang/AST/Redeclarable.h | 3 +-
.../llvm-project/clang/include/clang/AST/Type.h | 6 +-
.../clang/include/clang/Analysis/CFG.h | 2 +-
.../llvm-project/clang/include/clang/Basic/Attr.td | 1 +
.../clang/include/clang/CodeGen/CGFunctionInfo.h | 2 +-
.../llvm-project/clang/include/clang/Sema/Lookup.h | 7 +-
contrib/llvm-project/clang/lib/AST/ASTContext.cpp | 3 +
.../llvm-project/clang/lib/Analysis/BodyFarm.cpp | 5 +-
.../clang/lib/Analysis/RetainSummaryManager.cpp | 2 +-
.../llvm-project/clang/lib/Basic/DiagnosticIDs.cpp | 2 +-
.../llvm-project/clang/lib/Basic/SourceManager.cpp | 11 +-
.../clang/lib/Driver/ToolChains/Clang.cpp | 1 -
contrib/llvm-project/clang/lib/Format/Format.cpp | 2 +-
.../clang/lib/Frontend/FrontendActions.cpp | 2 +-
.../llvm-project/clang/lib/Sema/SemaChecking.cpp | 7 +-
contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp | 8 +-
.../llvm-project/clang/lib/Sema/SemaDeclCXX.cpp | 5 +-
contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp | 1 -
.../llvm-project/clang/lib/Sema/SemaExprCXX.cpp | 5 +-
contrib/llvm-project/clang/lib/Sema/SemaLookup.cpp | 4 +-
.../lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 6 +-
.../lib/StaticAnalyzer/Checkers/MIGChecker.cpp | 2 +-
.../Checkers/StdLibraryFunctionsChecker.cpp | 6 +-
.../lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp | 5 +-
.../StaticAnalyzer/Core/BugReporterVisitors.cpp | 7 +-
.../clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +-
.../clang/lib/StaticAnalyzer/Core/Store.cpp | 2 +-
.../llvm-project/clang/lib/Tooling/Syntax/Tree.cpp | 2 +-
.../ClangNvlinkWrapper.cpp (gone) | 196 --
.../libcxx/include/__algorithm/binary_search.h | 2 +-
.../libcxx/include/__algorithm/is_heap.h | 4 +-
.../libcxx/include/__algorithm/is_heap_until.h | 21 +-
.../libcxx/include/__algorithm/is_sorted.h | 4 +-
.../libcxx/include/__algorithm/is_sorted_until.h | 19 +-
.../llvm-project/libcxx/include/__algorithm/max.h | 4 +-
.../libcxx/include/__algorithm/max_element.h | 21 +-
.../llvm-project/libcxx/include/__algorithm/min.h | 4 +-
.../libcxx/include/__algorithm/min_element.h | 21 +-
contrib/llvm-project/libcxx/include/version | 2 +-
.../llvm/ExecutionEngine/JITLink/JITLinkDylib.h | 13 +-
.../llvm/include/llvm/ExecutionEngine/Orc/Core.h | 10 +-
.../llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 8 +-
.../llvm/lib/ExecutionEngine/Orc/Core.cpp | 4 +-
.../Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 -
.../llvm/lib/Target/ARM/Thumb2SizeReduction.cpp | 2 +-
.../lib/Target/Hexagon/HexagonMachineScheduler.cpp | 2 +-
.../llvm/lib/Target/X86/X86ISelLowering.cpp | 6 +-
.../Transforms/Instrumentation/InstrProfiling.cpp | 2 +-
.../llvm/lib/Transforms/Utils/CloneModule.cpp | 72 +-
.../llvm/lib/Transforms/Utils/Evaluator.cpp | 5 +-
.../llvm/lib/Transforms/Utils/LoopSimplify.cpp | 13 +-
.../llvm/lib/Transforms/Utils/LoopUtils.cpp | 12 +-
.../llvm/lib/Transforms/Utils/MetaRenamer.cpp | 6 +-
.../llvm/lib/Transforms/Utils/VNCoercion.cpp | 14 +-
etc/mtree/BSD.debug.dist | 2 +-
etc/mtree/BSD.include.dist | 12 +
etc/mtree/BSD.usr.dist | 2 +-
lib/clang/freebsd_cc_version.h | 2 +-
lib/clang/headers/Makefile | 6 +-
lib/clang/include/VCSVersion.inc | 14 +-
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/Host/Config.h | 5 -
lib/clang/include/llvm/Config/TargetMCAs.def (new) | 7 +
lib/clang/include/llvm/Config/config.h | 18 +-
lib/clang/include/llvm/Config/llvm-config.h | 15 +-
lib/clang/include/llvm/Support/VCSRevision.h | 4 +-
lib/clang/libclang/Makefile | 4 +-
lib/clang/liblldb/LLDBWrapLua.cpp | 3243 ++++++++++++--------
lib/clang/liblldb/Makefile | 9 +-
lib/clang/libllvm/Makefile | 46 +-
lib/libc++/Makefile | 104 +-
lib/libc++/__config_site | 5 +-
lib/libclang_rt/asan/Makefile | 2 +-
lib/libclang_rt/asan_dynamic/Makefile | 2 +-
lib/libclang_rt/cfi/Makefile | 1 -
lib/libclang_rt/cfi_diag/Makefile | 2 +-
lib/libclang_rt/compiler-rt-vars.mk | 2 +-
lib/libclang_rt/dd/Makefile | 1 -
lib/libclang_rt/msan/Makefile | 2 +-
lib/libclang_rt/stats/Makefile | 2 +-
lib/libclang_rt/tsan/Makefile | 4 +-
lib/libclang_rt/ubsan_standalone/Makefile | 2 +-
lib/libclang_rt/xray/Makefile | 1 -
lib/libomp/kmp_config.h | 15 +
lib/libomp/kmp_i18n_default.inc | 8 +-
lib/libomp/kmp_i18n_id.inc | 6 +-
lib/libomp/omp.h | 11 +-
tools/build/mk/OptionalObsoleteFiles.inc | 666 ++--
usr.bin/clang/llvm-diff/Makefile | 6 +-
usr.bin/clang/llvm-mca/Makefile | 1 -
usr.bin/clang/llvm-tblgen/Makefile | 2 +-
95 files changed, 3048 insertions(+), 2101 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.