]> granicus.if.org Git - clang/commit
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)
commit980a46162420c049426371f6c8fb7e990d71ae6e
tree07e2d9c24d1f24633377de8232386247be827905
parente1b6e85ac0ef4a98d92ca3f0f68043e7c4580ee3
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286567 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CodeGenAction.cpp
tools/clang-offload-bundler/ClangOffloadBundler.cpp