summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-06-10 05:09:12 +0000
committerZachary Turner <zturner@google.com>2016-06-10 05:09:12 +0000
commit5acb4ac6d7989e5f59dd6bc035cc1110b2c830dd (patch)
tree463ec56d93f2cc3a2ea42a1d798809a5290020ab /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parent6a77a1c01f5f3f76546afd97c9aa1d2747bb7b6e (diff)
downloadbcm5719-llvm-5acb4ac6d7989e5f59dd6bc035cc1110b2c830dd.tar.gz
bcm5719-llvm-5acb4ac6d7989e5f59dd6bc035cc1110b2c830dd.zip
Add support for writing through StreamInterface.
This adds method and tests for writing to a PDB stream. With this, even a PDB stream which is discontiguous can be treated as a sequential stream of bytes for the purposes of writing. Reviewed By: ruiu Differential Revision: http://reviews.llvm.org/D21157 llvm-svn: 272369
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CodeView/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
index 6c4e09fe4e3..4393f9c52ee 100644
--- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -11,6 +11,7 @@ add_llvm_library(LLVMDebugInfoCodeView
ModuleSubstreamVisitor.cpp
RecordSerialization.cpp
StreamReader.cpp
+ StreamWriter.cpp
SymbolDumper.cpp
TypeDumper.cpp
TypeRecord.cpp
OpenPOWER on IntegriCloud