Date: Mon, 01 Jan 2024 16:43:31 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 262706] Build on arm64 fails to find libclang_rt.asan-aarch64.a Message-ID: <bug-262706-29464-mzvotymCRj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262706-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-262706-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262706 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D5c95aeb90f70a66c75869fa0de44283c0= 4bbd725 commit 5c95aeb90f70a66c75869fa0de44283c04bbd725 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:41:43 +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 | 161 ++++++++++++++++++++++++++-----------------= ---- 1 file changed, 91 insertions(+), 70 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262706-29464-mzvotymCRj>