diff options
| author | Zachary Turner <zturner@google.com> | 2017-03-02 20:52:51 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-03-02 20:52:51 +0000 |
| commit | d9dc2829ea28a065115203ebc648b3be4846aae4 (patch) | |
| tree | 1f3aea8728608dd4d850e16760eb899715c4d5ff /llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | |
| parent | ea25eca04a93bddf064d3aa370fa0cb29d72af3b (diff) | |
| download | bcm5719-llvm-d9dc2829ea28a065115203ebc648b3be4846aae4.tar.gz bcm5719-llvm-d9dc2829ea28a065115203ebc648b3be4846aae4.zip | |
[Support] Move Stream library from MSF -> Support.
After several smaller patches to get most of the core improvements
finished up, this patch is a straight move and header fixup of
the source.
Differential Revision: https://reviews.llvm.org/D30266
llvm-svn: 296810
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp')
| -rw-r--r-- | llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp b/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp index aecffbe9b01..7c4838778e4 100644 --- a/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp @@ -9,11 +9,11 @@ #include "ErrorChecking.h" -#include "llvm/DebugInfo/MSF/BinaryByteStream.h" -#include "llvm/DebugInfo/MSF/BinaryStreamReader.h" -#include "llvm/DebugInfo/MSF/BinaryStreamWriter.h" #include "llvm/DebugInfo/PDB/Native/StringTable.h" #include "llvm/DebugInfo/PDB/Native/StringTableBuilder.h" +#include "llvm/Support/BinaryByteStream.h" +#include "llvm/Support/BinaryStreamReader.h" +#include "llvm/Support/BinaryStreamWriter.h" #include "gtest/gtest.h" |

