[PATCH] D20412: CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 22:40:10 PDT 2016


pcc created this revision.
pcc added reviewers: aprantl, dexonsmith, dblaikie.
pcc added a subscriber: llvm-commits.

We are about to start using DIEDwarfExpression to create global variable
DIEs, which happens before we generate code for functions.

http://reviews.llvm.org/D20412

Files:
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  lib/CodeGen/AsmPrinter/DwarfExpression.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20412.57734.patch
Type: text/x-patch
Size: 13913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160519/d0bb77bc/attachment.bin>


More information about the llvm-commits mailing list