[PATCH] D11180: Fixed debug info generation for function static variables, typedef, and records

David Blaikie dblaikie at gmail.com
Fri Jul 24 12:59:11 PDT 2015


dblaikie added inline comments.

================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.h:239
@@ +238,3 @@
+  // Collection of abstract global variables.
+  DenseMap<const MDNode *, DIE *> AbstractGlobalVariables;
+  SmallVector<std::pair<const MDNode *, DIE *>, 32> ConcreteGlobalVariables;
----------------
I can't quite follow it - why are these two data structures necessary now (but weren't necessary prior to your proposed change)?


Repository:
  rL LLVM

http://reviews.llvm.org/D11180







More information about the llvm-commits mailing list