[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 May 2026 23:06:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067
--- Comment #187 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e2b73bf961910f7bf21e6599cb78b053c8077789
commit e2b73bf961910f7bf21e6599cb78b053c8077789
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-09 09:38:16 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-29 22:59:35 +0000
Fixups after llvm-project main llvmorg-21-init-19288-gface93e724f4 merge
Fix various configuration fails, update generated headers, Makefiles, etc.
PR: 292067
MFC after: 1 month
(cherry picked from commit 770cf0a5f02dc8983a89c6568d741fbc25baa999)
ObsoleteFiles.inc | 418 ++++
.../llvm-project/libcxx/include/__cxx03/__config | 3 +-
.../Clang/ClangExpressionParser.cpp | 2 +
etc/mtree/BSD.debug.dist | 2 +-
etc/mtree/BSD.include.dist | 78 +
etc/mtree/BSD.usr.dist | 2 +-
lib/clang/clang.build.mk | 1 -
lib/clang/headers/Makefile | 44 +-
lib/clang/include/Plugins/Plugins.def | 2 +-
lib/clang/include/VCSVersion.inc | 6 +-
lib/clang/include/clang/Basic/Version.inc | 13 +-
lib/clang/include/clang/Config/config.h | 1 -
lib/clang/include/lld/Common/Version.inc | 2 +-
lib/clang/include/lldb/API/SBLanguages.h | 4 +
lib/clang/include/lldb/Host/Config.h | 6 +-
lib/clang/include/lldb/Version/Version.inc | 10 +-
lib/clang/include/llvm/Config/Targets.h (new) | 118 +
lib/clang/include/llvm/Config/config.h | 69 +-
lib/clang/include/llvm/Config/llvm-config.h | 128 +-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
lib/clang/libclang/Makefile | 243 +-
lib/clang/liblldb/LLDBWrapLua.cpp | 2388 +++++++++++++++----
lib/clang/liblldb/Makefile | 71 +-
lib/clang/libllvm/Makefile | 251 +-
lib/clang/libllvmminimal/Makefile | 12 +-
lib/libc++/Makefile | 940 +++++++-
lib/libc++/__assertion_handler | 24 +-
lib/libc++/__config_site | 34 +-
lib/libc++/libcxx.imp | 110 +-
lib/libc++/module.modulemap (new) | 2465 ++++++++++++++++++++
lib/libclang_rt/compiler-rt-vars.mk | 2 +-
tools/build/mk/OptionalObsoleteFiles.inc | 874 +++----
usr.bin/clang/clang-tblgen/Makefile | 1 +
usr.bin/clang/lld/Makefile | 2 +
usr.bin/clang/lldb-server/Makefile | 1 -
usr.bin/clang/llvm-min-tblgen/Makefile | 5 +-
usr.bin/clang/llvm-tblgen/Makefile | 22 +-
37 files changed, 7067 insertions(+), 1289 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.