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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 28 Dec 2023 12:59:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262706

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit e77a1bb2757471ab3fed0750b76eeb15d0c7b10a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-28 12:57:41 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-28 12:57:41 +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

 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.