[PATCH] D52283: [PDB] Add the ability to resolve forward references

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 15:14:23 PDT 2018


zturner updated this revision to Diff 166191.
zturner added a comment.

This was originally a combination of several patches which I tried to split up into smaller functionality.  Apparently I didn't do a very good job.  Removed a bunch of code that shouldn't have been in this patch.


https://reviews.llvm.org/D52283

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
  llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
  llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp
  llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp
  llvm/test/DebugInfo/PDB/Inputs/every-class.cpp
  llvm/test/DebugInfo/PDB/Inputs/every-class.pdb
  llvm/test/DebugInfo/PDB/every-type.test
  llvm/test/DebugInfo/PDB/pdb-resolve-forward-refs.test
  llvm/test/DebugInfo/PDB/pdbdump-headers.test
  llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
  llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp
  llvm/tools/llvm-pdbutil/MinimalTypeDumper.h
  llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/tools/llvm-pdbutil/llvm-pdbutil.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52283.166191.patch
Type: text/x-patch
Size: 28243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/048cc9ce/attachment.bin>


More information about the llvm-commits mailing list