[PATCH] D21442: [CodeView] Implement support for enums

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 11:54:20 PDT 2016


majnemer created this revision.
majnemer added reviewers: rnk, aaboud.
majnemer added a subscriber: llvm-commits.

MSVC handles enums differently from structs and classes: a forward
declaration is not emitted unconditionally.  MSVC does not emit an S_UDT
record for the enum.

http://reviews.llvm.org/D21442

Files:
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  test/DebugInfo/COFF/enum.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21442.61004.patch
Type: text/x-patch
Size: 4635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/e714c0b0/attachment.bin>


More information about the llvm-commits mailing list