[Bug 262706] Build on arm64 fails to find libclang_rt.asan-aarch64.a

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 Jan 2024 16:43:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262706

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

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

commit 8334205c84cf8fb2006cc9dc9fdeecaa855242b3
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-28 12:57:41 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-01 16:34:04 +0000

    Reorganize libclang_rt Makefile and make more lib/arch combos available

    Upstream has made more clang runtime libraries available for more
    architectures, so add them. To make this easier, split up subdir lists
    into functional parts (asan, tsan, etc), and put each architecture into
    its own .if block.

    Effectively, this adds the following libraries for aarch64: asan, cfi,
    fuzzer, msan, safestack, stats, tsan, ubsan, xray.

    PR:             262706
    MFC after:      3 days

    (cherry picked from commit e77a1bb2757471ab3fed0750b76eeb15d0c7b10a)

 lib/libclang_rt/Makefile | 162 ++++++++++++++++++++++++++---------------------
 1 file changed, 91 insertions(+), 71 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.