diff options
| author | Zachary Turner <zturner@google.com> | 2018-03-19 20:41:59 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2018-03-19 20:41:59 +0000 |
| commit | a21558897bd2d068e997cd6dc3d45af3f280cbb8 (patch) | |
| tree | b147fa697728704af4f3da547ba6255818a99ce6 /llvm/tools/llvm-pdbutil/DumpOutputStyle.h | |
| parent | bd5ff79dd0b007489d4776ea0cb4c8cb4bed3fcd (diff) | |
| download | bcm5719-llvm-a21558897bd2d068e997cd6dc3d45af3f280cbb8.tar.gz bcm5719-llvm-a21558897bd2d068e997cd6dc3d45af3f280cbb8.zip | |
Revert "Support embedding natvis files in PDBs."
This is causing a test failure on a certain bot, so I'm removing
this temporarily until we can figure out the source of the error.
llvm-svn: 327903
Diffstat (limited to 'llvm/tools/llvm-pdbutil/DumpOutputStyle.h')
| -rw-r--r-- | llvm/tools/llvm-pdbutil/DumpOutputStyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-pdbutil/DumpOutputStyle.h b/llvm/tools/llvm-pdbutil/DumpOutputStyle.h index 36d8b13bde0..fad304c470c 100644 --- a/llvm/tools/llvm-pdbutil/DumpOutputStyle.h +++ b/llvm/tools/llvm-pdbutil/DumpOutputStyle.h @@ -74,7 +74,6 @@ private: Error dumpStreamSummary(); Error dumpSymbolStats(); Error dumpUdtStats(); - Error dumpNamedStreams(); Error dumpStringTable(); Error dumpStringTableFromPdb(); Error dumpStringTableFromObj(); |

