diff options
| author | Zachary Turner <zturner@google.com> | 2018-03-20 18:37:03 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2018-03-20 18:37:03 +0000 |
| commit | fced530650414f4f0901567e12b4c6318d70d811 (patch) | |
| tree | 0d0b80a649be55951f55dbeb5bee9bba67fb93a7 /llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | |
| parent | 9362753a699dee4b7041204ab169fd1e84fef039 (diff) | |
| download | bcm5719-llvm-fced530650414f4f0901567e12b4c6318d70d811.tar.gz bcm5719-llvm-fced530650414f4f0901567e12b4c6318d70d811.zip | |
Revert "Resubmit "Support embedding natvis files in PDBs.""
This is still failing on a different bot this time due to some
issue related to hashing absolute paths. Reverting until I can
figure it out.
llvm-svn: 328014
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp b/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp index 54d6835f112..a20b45111cf 100644 --- a/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp @@ -73,6 +73,5 @@ Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, if (auto EC = Writer.writeEnum(E)) return EC; } - assert(Writer.bytesRemaining() == 0); return Error::success(); } |

