diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-11-11 05:35:22 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-11-11 05:35:22 +0000 |
| commit | 1e390897bafdb8fbeec855014a2dd625850ee583 (patch) | |
| tree | 3dc70caa6e816ffc1e9791fd946f1a662d42b9a9 /lld/ELF/InputFiles.cpp | |
| parent | ffc4e2420fd0ffe4444329f21420ee0c39f273a1 (diff) | |
| download | bcm5719-llvm-1e390897bafdb8fbeec855014a2dd625850ee583.tar.gz bcm5719-llvm-1e390897bafdb8fbeec855014a2dd625850ee583.zip | |
Mirror the llvm changes that split Bitcode/ReaderWriter.h
The change in D26502 splits ReaderWriter.h, which contains the APIs
into both the BitReader and BitWriter libraries, into BitcodeReader.h
and BitcodeWriter.h.
Change lld uses to the appropriate split header, removing it
completely in one case where it wasn't needed.
llvm-svn: 286568
Diffstat (limited to 'lld/ELF/InputFiles.cpp')
| -rw-r--r-- | lld/ELF/InputFiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index 3eb89097d69..87baa9d6a73 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -16,7 +16,7 @@ #include "SymbolTable.h" #include "Symbols.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/Bitcode/ReaderWriter.h" +#include "llvm/Bitcode/BitcodeReader.h" #include "llvm/CodeGen/Analysis.h" #include "llvm/DebugInfo/DWARF/DWARFContext.h" #include "llvm/IR/LLVMContext.h" |

