]> granicus.if.org Git - clang/commit
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 18 May 2018 18:26:45 +0000 (18:26 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 18 May 2018 18:26:45 +0000 (18:26 +0000)
commit2148f80c861720d6da7201ad2349392cda320757
tree88e368cd57c7db6ea5d50c95d785289e8ea3c8d0
parent2baf45a27373b75b998ee805f02ee7288fcabbbe
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.

The idea is that a client that wants split dwarf would create a
specific kind of object writer that creates two files, and use it to
create the streamer.

Part of PR37466.

Differential Revision: https://reviews.llvm.org/D47050

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332749 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/cc1as_main.cpp