Date: Tue, 30 Jan 2024 17:55:35 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 276597] cannot build world with WITH_ASAN configured Message-ID: <bug-276597-29464-oSf78ogd5L@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276597-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-276597-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=3D276597 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D31c3fc40dedddadaaa143f0ddf3d61ee7= b2493ee commit 31c3fc40dedddadaaa143f0ddf3d61ee7b2493ee Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-01-27 21:48:58 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-01-30 17:53:14 +0000 Merge commit 16a1ef86cbc5 from llvm-project (by David CARLIER): [compiler-rt] remove hexdump interception. (#79378) a freebsd dev member reported a symbol conflict and intercepting this had little value anyway. This is one part of fixing the WITH_ASAN build. Some executables in the base system define their own hexdump() symbol, which would otherwise conflict with the ASan-intercepted one. Reported by: markj PR: 276597 MFC after: 3 days (cherry picked from commit 31aedef26fc0613f5d61204c624451d57e716ed9) .../sanitizer_common/sanitizer_common_interceptors.inc | 15 -----------= ---- .../sanitizer_common/sanitizer_platform_interceptors.h | 1 - 2 files changed, 16 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-276597-29464-oSf78ogd5L>