Mirror the llvm changes that split Bitcode/ReaderWriter.h
authorTeresa Johnson <tejohnson@google.com>
Fri, 11 Nov 2016 05:35:12 +0000 (05:35 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 11 Nov 2016 05:35:12 +0000 (05:35 +0000)
commitffc4e2420fd0ffe4444329f21420ee0c39f273a1
treedfa05b02a32835fddeeb5720f586349e5ac2af7c
parentad17679abdeb430af6bbb6778e7f09c9b4751695
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 clang uses to the appropriate split header(s).

llvm-svn: 286567
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CodeGenAction.cpp
clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp