You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does autofdo support zlib format of dwarf? or, how compile source code, could swap .zdebug_info to .debug_info?
FYI: man dwarfdump
If zlib compression was used on the DWARF sections in the object file being read the real section names such as
.zdebug_info etc will be reported by dwarfdump. When dwarfdump says something is at offset 55 of .zdebug_info (or
the like) keep in mind that the offset applies to the uncompressed section (in memory), not the .zdebug_ compressed
section in objectfilename.
The text was updated successfully, but these errors were encountered:
My default ELF section looks like:
Does autofdo support
zlib
format of dwarf? or, how compile source code, could swap.zdebug_info
to.debug_info
?FYI: man dwarfdump
The text was updated successfully, but these errors were encountered: