diff options
author | Zachary Turner <zturner@google.com> | 2017-02-25 00:33:34 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-02-25 00:33:34 +0000 |
commit | d2684b7969e43d2016cd9454a24398b3adceec4d (patch) | |
tree | 3b20c8381cdaa1008b47b73d9210178b7ded42d3 /llvm/lib/DebugInfo/PDB/Native/GSI.h | |
parent | f0cb13d704c87843d083a3eb646e36007e7a6a7f (diff) | |
download | bcm5719-llvm-d2684b7969e43d2016cd9454a24398b3adceec4d.tar.gz bcm5719-llvm-d2684b7969e43d2016cd9454a24398b3adceec4d.zip |
[PDB] Rename Stream related source files.
This is part of a larger effort to get the Stream code moved
up to Support. I don't want to do it in one large patch, in
part because the changes are so big that it will treat everything
as file deletions and add, losing history in the process.
Aside from that though, it's just a good idea in general to
make small changes.
So this change only changes the names of the Stream related
source files, and applies necessary source fix ups.
llvm-svn: 296211
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/GSI.h')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GSI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/GSI.h b/llvm/lib/DebugInfo/PDB/Native/GSI.h index d5f2fb1f121..5c5596c0484 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GSI.h +++ b/llvm/lib/DebugInfo/PDB/Native/GSI.h @@ -25,7 +25,7 @@ #ifndef LLVM_LIB_DEBUGINFO_PDB_RAW_GSI_H #define LLVM_LIB_DEBUGINFO_PDB_RAW_GSI_H -#include "llvm/DebugInfo/MSF/StreamArray.h" +#include "llvm/DebugInfo/MSF/BinaryStreamArray.h" #include "llvm/DebugInfo/PDB/Native/RawTypes.h" #include "llvm/Support/Endian.h" |