[PATCH] D79512: [DebugInfo][CodeView] Fix lowering of UDT

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 12:26:10 PDT 2020


aganea marked an inline comment as done.
aganea added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp:363
+  // looping in emitDebugInfoForUDTs.
+  TypeLoweringScope S(*this);
+  SmallVector<StringRef, 5> QualifiedNameComponents;
----------------
The actual change is this line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79512/new/

https://reviews.llvm.org/D79512





More information about the llvm-commits mailing list