[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 May 2026 23:03:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067

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

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

commit bed825b685212cf25e316f0a66d737b783453026
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-04-25 15:20:27 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-29 22:57:33 +0000

    Fix up builds on Linux hosts after llvm 21.1.8 merge

    This is because contrib/llvm-project/llvm/lib/Support/Unix/Threading.inc
    attempts to use pthread_get_name_np(3) and pthread_set_name_np(3), which
    are not defined on Linux.

    Reported by:    ivy
    PR:             292067
    MFC after:      1 month

    (cherry picked from commit b6d823e39072daae9df4b47a15ea7142b7a55f1a)

 lib/clang/include/llvm/Config/config.h | 4 ++++
 1 file changed, 4 insertions(+)

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