[PATCH] D36535: [LLD/PDB] Output actual records to the globals stream
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 16:50:47 PDT 2017
zturner updated this revision to Diff 110504.
zturner added a comment.
I had to edit a bunch of tests since we moved some symbols from module stream to globals stream. Re-uploading one more time to make sure that the changes to the test are sound.
https://reviews.llvm.org/D36535
Files:
lld/COFF/PDB.cpp
lld/test/COFF/pdb-comdat.test
lld/test/COFF/pdb-global-gc.yaml
lld/test/COFF/pdb-import-gc.yaml
lld/test/COFF/pdb-safeseh.yaml
lld/test/COFF/pdb-secrel-absolute.yaml
lld/test/COFF/pdb-symbol-types.yaml
lld/test/COFF/pdb-type-server-simple.test
llvm/include/llvm/DebugInfo/CodeView/RecordName.h
llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
llvm/include/llvm/DebugInfo/CodeView/TypeName.h
llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
llvm/lib/DebugInfo/CodeView/RecordName.cpp
llvm/lib/DebugInfo/CodeView/TypeName.cpp
llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp
llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36535.110504.patch
Type: text/x-patch
Size: 30020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/5e924663/attachment.bin>
More information about the llvm-commits
mailing list