[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Jun 2022 18:15:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=40bbef56c944dc5ebab58e1957bfecd6537ebead

commit 40bbef56c944dc5ebab58e1957bfecd6537ebead
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-06-04 12:30:46 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-06-09 18:14:08 +0000

    Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285

    This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
    openmp to llvmorg-14.0.4-0-g29f1039a7285, aka 14.0.4 release.

    PR:             261742
    MFC after:      3 days

    (cherry picked from commit 2a66634d1bc6d7401adafad4a3be7b9ac6bab8b3)

    Bump versions llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285

    Somehow git rebase made this squashed commit disappear. Restore it.

    PR:             261742
    MFC after:      3 days

    (cherry picked from commit ab9d54731f43bb6befae75e9fed64da98c9ae1b4)

    Update rest of llvm-project build glue for 14.0.4

    I completely forgot about updating the generated llvm-project config
    files, which also contain version numbers, etc. Sorry for the churn.

    PR:             261742
    Fixes:          ab9d54731f43
    MFC after:      3 days

    (cherry picked from commit 809922b01004daf627ad4b8d92c7f98eb579043c)

    Add more old clang files to (Optional)ObsoleteFiles.inc

    There were a few more libclang_rt libraries added recently, but not yet
    listed in the ObsoleteFiles.inc lists.

    MFC after:      3 days

    (cherry picked from commit 5e383e360314c875fee648b386493b0dcde5c5f3)

 ObsoleteFiles.inc                                  |  311 ++++++
 .../clang/include/clang/AST/ASTContext.h           |    4 +-
 contrib/llvm-project/clang/lib/AST/ASTContext.cpp  |   23 +-
 .../llvm-project/clang/lib/AST/ItaniumMangle.cpp   |  280 ++---
 contrib/llvm-project/clang/lib/AST/TypePrinter.cpp |    3 +-
 .../llvm-project/clang/lib/Basic/TargetInfo.cpp    |    6 +-
 .../llvm-project/clang/lib/CodeGen/CGCUDANV.cpp    |    2 +-
 .../llvm-project/clang/lib/CodeGen/CGExprCXX.cpp   |    2 +-
 .../clang/lib/CodeGen/CodeGenModule.cpp            |   17 +-
 .../llvm-project/clang/lib/CodeGen/CodeGenModule.h |    7 +-
 .../clang/lib/Driver/ToolChains/AMDGPU.cpp         |    2 +-
 .../clang/lib/Driver/ToolChains/Ananas.cpp         |   14 +-
 .../clang/lib/Driver/ToolChains/CommonArgs.cpp     |   12 +
 .../clang/lib/Driver/ToolChains/CommonArgs.h       |    3 +
 .../clang/lib/Driver/ToolChains/Linux.cpp          |   16 +-
 .../clang/lib/Driver/ToolChains/Solaris.cpp        |   12 +-
 .../compiler-rt/lib/tsan/rtl/tsan_rtl_s390x.S      |    2 +
 .../libcxx/include/__ranges/concepts.h             |    4 -
 .../llvm-project/libcxx/include/__ranges/data.h    |    4 +-
 .../llvm-project/libcxx/include/__ranges/size.h    |    4 +-
 contrib/llvm-project/lld/ELF/Arch/AArch64.cpp      |    8 +-
 contrib/llvm-project/lld/ELF/Arch/ARM.cpp          |    8 +-
 contrib/llvm-project/lld/ELF/InputSection.cpp      |    4 +-
 contrib/llvm-project/lld/ELF/Options.td            |    1 +
 .../include/llvm/Support/AArch64TargetParser.def   |    2 +
 .../llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp   |    7 +-
 .../llvm-project/llvm/lib/MC/ELFObjectWriter.cpp   |   20 +-
 contrib/llvm-project/llvm/lib/Support/Host.cpp     |    6 +
 .../llvm/lib/Target/AArch64/AArch64.td             |   18 +
 .../Target/AArch64/AArch64SchedAmpere1.td (new)    | 1136 ++++++++++++++++++++
 .../Target/AArch64/AArch64SchedPredAmpere.td (new) |   25 +
 .../lib/Target/AArch64/AArch64SchedPredicates.td   |    2 +-
 .../llvm/lib/Target/AArch64/AArch64Subtarget.cpp   |    6 +
 .../llvm/lib/Target/AArch64/AArch64Subtarget.h     |    1 +
 .../llvm/lib/Target/AVR/AVRCallingConv.td          |    2 +
 .../llvm/lib/Target/AVR/AVRInstrInfo.td            |   28 +-
 .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp  |    9 +-
 .../lib/Target/SystemZ/SystemZISelLowering.cpp     |   16 +-
 .../Transforms/InstCombine/InstCombineAndOrXor.cpp |    6 +-
 .../llvm/lib/Transforms/Scalar/SCCP.cpp            |   23 +-
 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           |  615 +++++------
 53 files changed, 2169 insertions(+), 542 deletions(-)

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