[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:09:59 PDT 2018


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

Remove the exe and obj file.


https://reviews.llvm.org/D52283

Files:
  llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
  llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
  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/include/llvm/DebugInfo/PDB/PDBExtras.h
  llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp
  llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp
  llvm/lib/DebugInfo/PDB/PDBExtras.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.166190.patch
Type: text/x-patch
Size: 35834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/cb7f3b90/attachment.bin>


More information about the llvm-commits mailing list