make any use of the "O" stream in asmprinter print to
authorChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 00:22:02 +0000 (00:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 00:22:02 +0000 (00:22 +0000)
commitbe2e76bbb358ba58aecc05c94fb98cf5c2981bd2
treef4189010ce851064a45e854cdf9aa3b7b9e38177
parent0c6a8f9eda4651e0f54a7edf171525d16b1ff3fa
make any use of the "O" stream in asmprinter print to
stderr if in filetype=obj mode.  This is a hack, and will
live until dwarf emission and other random stuff that is
not yet going through MCStreamer is upgraded.  It only
impacts filetype=obj mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95166 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp