diff options
| author | Zachary Turner <zturner@google.com> | 2017-02-28 17:49:34 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-02-28 17:49:34 +0000 |
| commit | d0b44fa788d1d6b66ef03130e24c536113c3ab97 (patch) | |
| tree | 0aa1cc8c068b60f27534d428da1404eb2b949bca /llvm/lib/DebugInfo/MSF/CMakeLists.txt | |
| parent | 159f3bb80e8e85bed3426cf015c765a842383322 (diff) | |
| download | bcm5719-llvm-d0b44fa788d1d6b66ef03130e24c536113c3ab97.tar.gz bcm5719-llvm-d0b44fa788d1d6b66ef03130e24c536113c3ab97.zip | |
[PDB] Add BinaryStreamError.
This migrates the stream code away from MSFError to using its
own custom Error class.
llvm-svn: 296494
Diffstat (limited to 'llvm/lib/DebugInfo/MSF/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/DebugInfo/MSF/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/MSF/CMakeLists.txt b/llvm/lib/DebugInfo/MSF/CMakeLists.txt index 6938513fcde..5537b7008ce 100644 --- a/llvm/lib/DebugInfo/MSF/CMakeLists.txt +++ b/llvm/lib/DebugInfo/MSF/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMDebugInfoMSF + BinaryStreamError.cpp BinaryStreamReader.cpp BinaryStreamWriter.cpp MappedBlockStream.cpp |

