[PATCH] D21655: [codeview] Add classes and unions to the Local/Global UDTs lists
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 13:27:54 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:1412
@@ -1407,3 +1411,3 @@
std::string FullName =
getFullyQualifiedName(Ty->getScope().resolve(), Ty->getName());
----------------
We have this available already for both unions and structs, so maybe we should pass it in?
http://reviews.llvm.org/D21655
More information about the llvm-commits
mailing list