[PATCH] D45283: [COFF] Minimal serialization support for precompiled types records

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 08:52:52 PDT 2018


aganea updated this revision to Diff 141359.
aganea marked an inline comment as done.
aganea added a comment.

I rebased on latest trunk. Adressed issues raised by @zturner.
Also, add CodeViewTypes.def which I forgot previously. Changed LF_PRECOMP record .StartIndex and .Count to print out in hex format.


Repository:
  rL LLVM

https://reviews.llvm.org/D45283

Files:
  include/llvm/DebugInfo/CodeView/CodeView.h
  include/llvm/DebugInfo/CodeView/CodeViewTypes.def
  include/llvm/DebugInfo/CodeView/TypeRecord.h
  include/llvm/ObjectYAML/COFFYAML.h
  include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
  include/llvm/ObjectYAML/CodeViewYAMLTypes.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  lib/DebugInfo/CodeView/RecordName.cpp
  lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  lib/ObjectYAML/COFFYAML.cpp
  lib/ObjectYAML/CodeViewYAMLTypes.cpp
  test/DebugInfo/Inputs/precomp-a.obj
  test/DebugInfo/Inputs/precomp.obj
  test/DebugInfo/precomp.test
  tools/llvm-pdbutil/InputFile.cpp
  tools/llvm-pdbutil/MinimalTypeDumper.cpp
  tools/obj2yaml/coff2yaml.cpp
  tools/yaml2obj/yaml2coff.cpp
  unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45283.141359.patch
Type: text/x-patch
Size: 285124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/0cae8bee/attachment-0001.bin>


More information about the llvm-commits mailing list