]> granicus.if.org Git - clang/commit
Don't pass %s twice to clang -cc1.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Jul 2013 13:45:29 +0000 (13:45 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Jul 2013 13:45:29 +0000 (13:45 +0000)
commitbbcf77fd018e07161c431690beeba6963f42b3de
tree766e5b7fa87a73db3ff62d2dc57782ac847c30ec
parente865cc5e183a25983bc79aca2c9bc9a6fb775ab2
Don't pass %s twice to clang -cc1.

The reason this clang invocation was failing is that it had two %s. We would
close stdout after the first one and report a fatal error when trying to
print the second.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187122 91177308-0d34-0410-b5e6-96231b3b80d8
test/PCH/irgen-rdar13114142.mm