Date: Tue, 30 Jan 2024 17:55:39 +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-hhbCwY17E7@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 #18 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D3bd3724e4c8685d98bfc6feb3024b8bb2= 13eed49 commit 3bd3724e4c8685d98bfc6feb3024b8bb213eed49 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:39 +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-hhbCwY17E7>