From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3D963857013; Sun, 30 Apr 2023 19:32:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3D963857013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682883131; bh=/82aP1yTne69MFv15prVKpdF1yIqe24Bvan2FY99IOw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=leYbk0ZZZ1fMRURiTzQSMyygUkJj+gHpxlAnV/xoGrulbVbMxxLjFun1Exjq2YQy2 t8LJUCRf1s/3BWUNcU48CNnDnPKg7aEpGrb+t0upP9CUDU57f6UteDJ6n9xfu3//CF leV9eVGghvhMfD409yvD0qfmxNyNqz61LrwCul4c= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/109674] [14 Regression] linking with libhwasan is now broken Date: Sun, 30 Apr 2023 19:32:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109674 --- Comment #6 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:54765c875a0ec961e06d56d916d9ad1ddfc3b221 commit r14-359-g54765c875a0ec961e06d56d916d9ad1ddfc3b221 Author: Martin Liska Date: Sun Apr 30 21:28:15 2023 +0200 libsanitizer: link hwasan against lsan library Similarly to libasan.so, libhwasan.so also utilizes some of the symbols from lsan library. PR sanitizer/109674 libsanitizer/ChangeLog: * hwasan/Makefile.am: Depend on liblsan. * hwasan/Makefile.in: Re-generate.=