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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 24 Mar 2024 00:44:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262706

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

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

commit 72d9e1e0ca66ca39ca157731a65be32c63916252
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-03-21 13:53:36 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-03-24 00:37:23 +0000

    Fix building of several libclang_rt libraries for powerpc64 and powerp64le

    I reorganized the libclang_rt Makefile in e77a1bb27574 to make it more
    readable and maintainable, but the check for 32-bit powerpc was wrong.
    This caused almost no libclang_rt libraries to be built for powerpc64
    and powerpc64le.

    PR:             262706
    Reported by:    tuexen
    Fixes:          e77a1bb27574
    MFC after:      3 days

    (cherry picked from commit f0620ceeccf070a69352105c5dbc23cff499a732)

 lib/libclang_rt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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