[PATCH] D37080: [CodeView] only output S_UDT for symbols that have strong variable references.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 14:28:21 PDT 2017


zturner created this revision.
Herald added subscribers: hiraditya, aprantl.

There's something still wrong with this patch because MSVC's linker says "warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info" when I try to build clang-cl.  Is there anything obviously wrong here, or am I misunderstanding something fundamental?


https://reviews.llvm.org/D37080

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37080.112455.patch
Type: text/x-patch
Size: 22834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/90e6a156/attachment.bin>


More information about the llvm-commits mailing list