[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 07 Jan 2024 23:09:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753

--- Comment #129 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=80a1bcb529d0c08c834f05de8ad6758ba093b591

commit 80a1bcb529d0c08c834f05de8ad6758ba093b591
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-09-29 18:51:44 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-07 23:04:39 +0000

    Merge llvm-project release/17.x llvmorg-17.0.1-25-g098e653a5bed

    This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
    openmp to llvmorg-17.0.1-25-g098e653a5bed.

    PR:             273753
    MFC after:      1 month

    (cherry picked from commit 4542f901cb0c5dd66ab5b541f2fbc659fd46f893)

 .../DependencyScanningFilesystem.h                 | 18 ++++-
 .../llvm-project/clang/lib/AST/ExprConstant.cpp    | 17 +++--
 contrib/llvm-project/clang/lib/CodeGen/CGCall.cpp  | 24 -------
 .../llvm-project/clang/lib/CodeGen/CGCoroutine.cpp | 33 ---------
 .../clang/lib/CodeGen/CodeGenFunction.h            |  5 --
 .../clang/lib/Frontend/TextDiagnostic.cpp          |  3 +-
 .../cuda_wrappers/bits/basic_string.h (new)        |  9 +++
 .../cuda_wrappers/bits/basic_string.tcc (new)      |  9 +++
 .../llvm-project/clang/lib/Sema/SemaChecking.cpp   |  6 +-
 .../DependencyScanningFilesystem.cpp               | 79 ++++++++++++++++++----
 contrib/llvm-project/libcxx/include/__config       |  2 +-
 contrib/llvm-project/lld/COFF/Writer.cpp           |  2 +-
 .../llvm/include/llvm/Transforms/Utils/Local.h     | 10 +++
 .../llvm-project/llvm/lib/Analysis/InlineCost.cpp  | 20 ++----
 .../llvm/lib/CodeGen/StackColoring.cpp             | 62 ++++-------------
 .../lib/Target/AArch64/AArch64ISelLowering.cpp     |  4 +-
 .../llvm/lib/Target/ARM/ARMInstrInfo.td            |  2 +-
 .../llvm/lib/Target/ARM/ARMInstrThumb2.td          |  2 +-
 .../llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp      | 28 ++++++--
 .../llvm/lib/Transforms/Scalar/GVN.cpp             |  7 +-
 .../llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 23 ++++---
 .../lib/Transforms/Scalar/SimpleLoopUnswitch.cpp   | 61 +++++++++--------
 .../llvm/lib/Transforms/Utils/Local.cpp            | 31 +++++++--
 .../llvm/lib/Transforms/Utils/SimplifyCFG.cpp      | 12 ++--
 contrib/llvm-project/llvm/tools/lli/lli.cpp        | 14 ++++
 .../llvm/tools/llvm-readobj/COFFDumper.cpp         | 30 ++++----
 lib/clang/headers/Makefile                         | 22 ++++--
 lib/clang/include/VCSVersion.inc                   |  6 +-
 lib/clang/include/clang/Basic/Version.inc          |  6 +-
 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 +-
 34 files changed, 319 insertions(+), 246 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.