bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27484] clang++: objdump: DWARF error: could not find varia


From: mark at klomp dot org
Subject: [Bug binutils/27484] clang++: objdump: DWARF error: could not find variable specification at offset
Date: Sun, 28 Feb 2021 14:49:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27484

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Note the DW_TAG_variable DIE DW_AT_specification attribute refers to a
DW_TAG_member DIE that comes later in the CU. g++ would place those in the
opposite order, so you don't only have to look backwards in the CU.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]