This is an archive of the discontinued LLVM Phabricator instance.

DebugInfo: Emit DW_AT_address_class for non-0 address space
AbandonedPublic

Authored by arsenm on Jul 30 2015, 12:33 AM.

Details

Reviewers
echristo

Diff Detail

Event Timeline

arsenm updated this revision to Diff 31004.Jul 30 2015, 12:33 AM
arsenm retitled this revision from to DebugInfo: Emit DW_AT_address_class for non-0 address space.
arsenm updated this object.
arsenm added a reviewer: echristo.
arsenm added a subscriber: llvm-commits.

Hey Duncan - what's this "extraData" field intended for? Is this a
reasonable use of it?

I imagine we just want to extend the schema here to explicitly include
address space?

Could we instead extract it from the value we're describing? (probably not?
if the address happens to be a constant or something (which I guess is more
likely in custom address spaces) it wouldn't be carrying explicit address
space info?)

arsenm abandoned this revision.Nov 28 2017, 6:32 PM