[all-commits] [llvm/llvm-project] 444013: [VE][NFC] Use POSIX-compatible stream redirection
Simon Moll via All-commits
all-commits at lists.llvm.org
Wed Dec 1 08:30:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 444013d324fe279fe71cb626ba56ab935d943fd8
https://github.com/llvm/llvm-project/commit/444013d324fe279fe71cb626ba56ab935d943fd8
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
M llvm/test/CodeGen/VE/Vector/vp_ashr.ll
M llvm/test/CodeGen/VE/Vector/vp_lshr.ll
M llvm/test/CodeGen/VE/Vector/vp_mul.ll
M llvm/test/CodeGen/VE/Vector/vp_or.ll
M llvm/test/CodeGen/VE/Vector/vp_sdiv.ll
M llvm/test/CodeGen/VE/Vector/vp_shl.ll
M llvm/test/CodeGen/VE/Vector/vp_srem.ll
M llvm/test/CodeGen/VE/Vector/vp_sub.ll
M llvm/test/CodeGen/VE/Vector/vp_udiv.ll
M llvm/test/CodeGen/VE/Vector/vp_urem.ll
M llvm/test/CodeGen/VE/Vector/vp_xor.ll
Log Message:
-----------
[VE][NFC] Use POSIX-compatible stream redirection
Drop Bash-style stream redirect in favor of POSIX stream redirection to
fix spurious test failures on Windows.
Failure:
https://lab.llvm.org/buildbot/#/builders/123/builds/7509/steps/8/logs/stdio
More information about the All-commits
mailing list