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
Loading
Please register or sign in to comment