]> granicus.if.org Git - llvm/commit
Have one raw_fd_ostream constructor forward to the other.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 17:52:22 +0000 (17:52 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 17:52:22 +0000 (17:52 +0000)
commitf52cd1c1a313fc6163f625d1fa20091b4ab26deb
tree17b78cb9e62b2ce3e092a2ab37dfd8db46248da5
parent6d48bd04aac577e9b655494cbd8b0748424ef053
Have one raw_fd_ostream constructor forward to the other.

This fixes some odd behavior differences between the two. In particular,
the version that takes a FD no longer unconditionally sets stdout to binary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/raw_ostream.cpp