This is an archive of the discontinued LLVM Phabricator instance.

[codeview] Add classes and unions to the Local/Global UDTs lists
ClosedPublic

Authored by hans on Jun 23 2016, 11:24 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hans updated this revision to Diff 61703.Jun 23 2016, 11:24 AM
hans retitled this revision from to [codeview] Add classes and unions to the Local/Global UDTs lists.
hans updated this object.
hans added a reviewer: rnk.
hans added a subscriber: llvm-commits.
rnk accepted this revision.Jun 23 2016, 1:27 PM
rnk edited edge metadata.

lgtm

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
1412 ↗(On Diff #61703)

We have this available already for both unions and structs, so maybe we should pass it in?

This revision is now accepted and ready to land.Jun 23 2016, 1:27 PM
hans added inline comments.Jun 23 2016, 4:04 PM
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
1412 ↗(On Diff #61703)

We don't have it for typedefs though. I'll skip on this for now, maybe we can make it better later.

This revision was automatically updated to reflect the committed changes.