test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 9 Jul 2011 10:22:28 +0000 (10:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 9 Jul 2011 10:22:28 +0000 (10:22 +0000)
commit9eb36758ac97be408a7ca90d6d26e33abf1bae20
treec46eb1ee919355181ccec0774d96fcbe128ccfea
parent71c10666cc27a2422d5be9ec848c023780c9a6c5
test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.

With Lit (not bash) in a test, multiple redirects >%t might open(%t, "w") multiple. It can be avoided if latter redirect is >>%t.

It might work even if ">/dev/null" were used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134814 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector.ll