From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AEFF385AC25; Fri, 18 Feb 2022 07:41:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AEFF385AC25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1645170066; bh=bNzpKQCsaz/vBORE1rqvjurwM+noLi9/N4bkkEz+K9w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KNxmwlDOjjTuOrO2SI8P8gCdR/gcOdocOXLmY7EXxR2VjTDtb4KvCSVwXLENska46 /peDWfl/u6o7wqsEU4X7TarMB16lNpx3iUjwo2i3QjIP+LyzmDEQjz2MJxJTN7H6h+ iZ2rqPiVpY9j0Peeqyykn+35aV5HtsJFHcBUkTwc= From: "telans at posteo dot de" To: debugedit@sourceware.org Subject: [Bug debugedit/28728] Unknown DWARF DW_FORM_0x25 (DW_FORM_strx) Date: Fri, 18 Feb 2022 07:41:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: telans at posteo dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2022 07:41:06 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28728 James Beddek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |telans at posteo dot de --- Comment #3 from James Beddek --- (In reply to Mark Wielaard from comment #2) > (In reply to Vitaly Chikunov from comment #0) > > When building Linux kernel with[1] CC=3Dclang LLVM=3D1 and > > CONFIG_DEBUG_INFO_DWARF5=3Dy debugedit reports error when processing co= mpiled > > kernel modules, such as > >=20 > > debugedit: > > ./lib/modules/5.16.0+rc6.20211223-drm-tip-alt1/kernel/sound/usb/caiaq/s= nd- > > usb-caiaq.ko: Unknown DWARF DW_FORM_0x25 >=20 > That is DW_FORM_strx1, which is only partially supported by debugedit. > Normally the DW_FORM_strx forms are only used when generating split DWARF > (.dwo) files. Best workaround for now is to not use DWARF5 with llvm (whi= ch > isn't the default for clang/llvm anyway). DWARFv5 is now the default with the upcoming Clang 14.0.0 release: https://github.com/llvm/llvm-project/blob/e80c52986e1bb3afa6a92c58b1cb89787= 7923a66/clang/docs/ReleaseNotes.rst#dwarf-support-in-clang At the moment debugedit warns for almost any binary compiled with Clang 14.0.0-rc1 --=20 You are receiving this mail because: You are on the CC list for the bug.=