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)
commitdb267e2a7c68811e2b778766b11971bca1cddc5d
treec1217c8eae0492b4638fa812badd584c5a4821c9
parent4d90f0f2c3d000e959e21976b2c1b507e9b386f7
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.

llvm-svn: 187122
clang/test/PCH/irgen-rdar13114142.mm