[PATCH] D79028: [DebugInfo][COFF] Include namespace into emitted globals

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 11:50:41 PDT 2020


aganea created this revision.
aganea added reviewers: dblaikie, aprantl, rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aganea updated this revision to Diff 260708.
aganea added a comment.

Simplify.


Before this patch, global variables didn't have their namespace prepended in the Codeview debug symbol stream. This prevented Visual Studio from displaying them in the debugger (they appeared as 'unspecified error')


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79028

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/test/DebugInfo/COFF/globals.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79028.260708.patch
Type: text/x-patch
Size: 21696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/9f33b096/attachment.bin>


More information about the llvm-commits mailing list