[PATCH] D63012: Use fully qualified name when printing S_CONSTANT records

Amy Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 11 12:56:38 PDT 2019


akhuang updated this revision to Diff 204137.
akhuang added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Change to not emit DIGlobalVariable for enums when they are defined in a class, which
matches MSVC's behavior and gets around the issue of having to create a name with scope.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63012

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/test/DebugInfo/COFF/global-constants.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63012.204137.patch
Type: text/x-patch
Size: 14632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190611/3b49aaba/attachment.bin>


More information about the cfe-commits mailing list