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
[DebugInfo][DWARF] Add DW_AT_alloc_type support (in LLVM ID space)
LLVM currently stores heapallocsite information in CodeView debuginfo, but
not in DWARF debuginfo. heapallocsite information is useful for profiling
and memory analysis.
The DWARF v6 working draft includes this feature as DW_AT_alloc_type; but
since that is not yet an official standard, use LLVM-private ID space for
now.
0 commit comments