[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:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742
--- Comment #44 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=74ff3f63950ff646fdfd0ac5ae9893cd453cba36
commit 74ff3f63950ff646fdfd0ac5ae9893cd453cba36
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-02-05 22:51:07 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-06-04 11:59:32 +0000
Merge llvm-project release/14.x llvmorg-14-init-18315-g190be5457c90
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14-init-18315-g190be5457c90.
PR: 261742
MFC after: 2 weeks
(cherry picked from commit 1838bd0f4839006b42d41a02a787b7f578655223)
Makefile.inc1 | 9 ++--
.../clang/lib/Driver/ToolChains/Linux.cpp | 2 +-
.../sanitizer_platform_limits_posix.cpp | 2 +-
.../libcxx/include/__algorithm/in_in_out_result.h | 12 ++++--
.../libcxx/include/__algorithm/in_in_result.h | 10 ++++-
.../libcxx/include/__algorithm/in_out_result.h | 2 +
.../libcxx/include/__chrono/duration.h | 2 +-
.../__compare/compare_partial_order_fallback.h | 4 +-
.../__compare/compare_strong_order_fallback.h | 4 +-
.../libcxx/include/__compare/compare_three_way.h | 4 +-
.../__compare/compare_weak_order_fallback.h | 4 +-
.../libcxx/include/__compare/partial_order.h | 4 +-
.../libcxx/include/__compare/strong_order.h | 4 +-
.../libcxx/include/__compare/synth_three_way.h | 4 +-
.../include/__compare/three_way_comparable.h | 4 +-
.../libcxx/include/__compare/weak_order.h | 4 +-
.../libcxx/include/__concepts/arithmetic.h | 4 +-
.../libcxx/include/__concepts/assignable.h | 4 +-
.../libcxx/include/__concepts/boolean_testable.h | 4 +-
.../libcxx/include/__concepts/class_or_enum.h | 4 +-
.../include/__concepts/common_reference_with.h | 4 +-
.../libcxx/include/__concepts/common_with.h | 4 +-
.../libcxx/include/__concepts/constructible.h | 4 +-
.../libcxx/include/__concepts/convertible_to.h | 4 +-
.../libcxx/include/__concepts/copyable.h | 4 +-
.../libcxx/include/__concepts/derived_from.h | 4 +-
.../libcxx/include/__concepts/destructible.h | 4 +-
.../libcxx/include/__concepts/different_from.h | 4 +-
.../include/__concepts/equality_comparable.h | 4 +-
.../libcxx/include/__concepts/invocable.h | 4 +-
.../libcxx/include/__concepts/movable.h | 4 +-
.../libcxx/include/__concepts/predicate.h | 4 +-
.../libcxx/include/__concepts/regular.h | 4 +-
.../libcxx/include/__concepts/relation.h | 4 +-
.../libcxx/include/__concepts/same_as.h | 4 +-
.../libcxx/include/__concepts/semiregular.h | 4 +-
.../libcxx/include/__concepts/swappable.h | 4 +-
.../libcxx/include/__concepts/totally_ordered.h | 4 +-
contrib/llvm-project/libcxx/include/__config | 2 +-
.../libcxx/include/__iterator/distance.h | 4 +-
.../include/__iterator/indirectly_comparable.h | 4 +-
.../libcxx/include/__iterator/insert_iterator.h | 2 +-
.../libcxx/include/__iterator/reverse_iterator.h | 2 +-
.../__random/uniform_random_bit_generator.h | 4 +-
.../llvm-project/libcxx/include/__ranges/access.h | 15 +++++--
.../include/__ranges/enable_borrowed_range.h | 4 +-
.../include/__ranges/non_propagating_cache.h | 2 +-
.../llvm-project/libcxx/include/__utility/cmp.h | 2 +-
.../llvm-project/libcxx/include/__utility/pair.h | 6 +--
.../llvm-project/libcxx/include/module.modulemap | 3 +-
contrib/llvm-project/libcxx/include/numbers | 4 +-
contrib/llvm-project/libcxx/include/ranges | 4 +-
contrib/llvm-project/libcxx/include/string | 15 -------
contrib/llvm-project/libcxx/include/string_view | 8 ++--
contrib/llvm-project/libcxx/include/tuple | 6 +--
contrib/llvm-project/libcxx/include/type_traits | 4 +-
contrib/llvm-project/libcxx/src/string.cpp | 21 +++++++---
.../libunwind/src/DwarfInstructions.hpp | 2 -
.../llvm/lib/Debuginfod/HTTPClient.cpp | 3 +-
.../llvm-project/llvm/lib/ObjectYAML/ELFYAML.cpp | 3 ++
.../llvm/lib/Target/AVR/AVRFrameLowering.cpp | 4 +-
.../llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 +
lib/clang/include/VCSVersion.inc | 10 ++---
lib/clang/include/lld/Common/Version.inc | 5 ++-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
lib/clang/libclang/Makefile | 3 ++
lib/clang/liblldb/LLDBWrapLua.cpp | 11 +----
lib/clang/libllvm/Makefile | 2 +-
lib/libgcc_eh/Makefile | 2 +
lib/libomp/kmp_config.h | 49 +++++++++++++++++++++-
lib/libomp/kmp_i18n_default.inc | 16 +++++--
lib/libomp/kmp_i18n_id.inc | 12 +++++-
lib/libomp/omp-tools.h | 1 -
lib/libomp/omp.h | 1 -
74 files changed, 240 insertions(+), 163 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.