]> granicus.if.org Git - clang/commit
Fix rdar://5843510 don't assert and die when an invalid output
authorChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 06:14:11 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 06:14:11 +0000 (06:14 +0000)
commit8808f0020fd0e36dc5d537275c6dfa7654a69f3b
tree1ab9bf888a324b55729ad7f471711f0d49c00647
parent940b1d85d3f786c90e845429a60ffd0be736984e
Fix rdar://5843510 don't assert and die when an invalid output
file is specified, print a happy little error message.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49518 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/PrintPreprocessedOutput.cpp