Fix R600 test deadlock on Windows by giving FileCheck an argument
authorReid Kleckner <reid@kleckner.net>
Fri, 13 Feb 2015 21:27:28 +0000 (21:27 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 13 Feb 2015 21:27:28 +0000 (21:27 +0000)
commit65842b461a9e199628799066abbf04e565fb7c55
treeaf42937f760eae4d021f3a9b49dbd2b72dca664d
parent5700b3798f0edeca79ff63c7d260a9ed6fed9bac
Fix R600 test deadlock on Windows by giving FileCheck an argument

llc would hang trying to write output to a full pipe that FileCheck
wasn't reading. FileCheck wasn't reading from stdin because it needs a
file as a positional argument.

llvm-svn: 229157
llvm/test/CodeGen/R600/store-v3i64.ll