[PATCH] D34257: [PDB] Start emitting source file and line information

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 09:18:25 PDT 2017


rnk updated this revision to Diff 103059.
rnk added a comment.

- remove code to find the main .debug$S section


https://reviews.llvm.org/D34257

Files:
  lld/COFF/Chunks.h
  lld/COFF/PDB.cpp
  lld/COFF/Writer.cpp
  lld/test/COFF/Inputs/pdb_lines_1.yaml
  lld/test/COFF/Inputs/pdb_lines_2.yaml
  lld/test/COFF/icf-associative.test
  lld/test/COFF/pdb-source-lines.test
  lld/test/COFF/pdb.test
  llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
  llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
  llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
  llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34257.103059.patch
Type: text/x-patch
Size: 51063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170619/58ee6d94/attachment.bin>


More information about the llvm-commits mailing list