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)
commitf5c2138cf257cd8ab31e26821646dbfc953460f5
tree9c986528d4f55ca456f620c285a2dd2c897879e2
parent29a861abc9ea6e11ab538ee377d233920b0e24d6
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229157 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/R600/store-v3i64.ll