This is an archive of the discontinued LLVM Phabricator instance.

[bindings/go] Implement API for adding debug info to global variables
Needs ReviewPublic

Authored by aykevl on Jan 4 2020, 9:45 AM.

Details

Summary

I implemented what seems like the most generic API possible. For example, there is also GlobalVariable->addDebugInfo but that is basically just a helper for GlobalObject->addMetadata.

Diff Detail

Event Timeline

aykevl created this revision.Jan 4 2020, 9:45 AM
Herald added a project: Restricted Project. · View Herald Transcript
aykevl added a comment.Mar 8 2020, 6:12 AM

@whitequark can you take a look?

@aykevl No. I'm no longer maintaining any LLVM bindings. I suggest you step up and discuss becoming a maintainer of the Go bindings on the mailing list.

whitequark resigned from this revision.Mar 10 2020, 2:43 PM