[PATCH] D114875: [VE] Fix VP stderr filecheck pipes on MSVC builds

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 06:44:35 PST 2021


RKSimon created this revision.
RKSimon added a reviewer: simoll.
RKSimon requested review of this revision.
Herald added a project: LLVM.

Fixes lit failures on windows build machines:

  FAIL: LLVM :: CodeGen/VE/Vector/vp_or.ll (193 of 217)
  ******************** TEST 'LLVM :: CodeGen/VE/Vector/vp_or.ll' FAILED ********************
  shell parser error on: ": 'RUN: at line 2';   not --crash e:\\llvm\\ninja\\bin\\llc.exe E:\\llvm\\llvm-project\\llvm\\test\\CodeGen\\VE\\Vector\\vp_or.ll -march=ve -mattr=+vpu -o /dev/null |& e:\\llvm\\ninja\\bin\\filecheck.exe E:\\llvm\\llvm-project\\llvm\\test\\CodeGen\\VE\\Vector\\vp_or.ll"


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114875

Files:
  llvm/test/CodeGen/VE/Vector/vp_ashr.ll
  llvm/test/CodeGen/VE/Vector/vp_lshr.ll
  llvm/test/CodeGen/VE/Vector/vp_mul.ll
  llvm/test/CodeGen/VE/Vector/vp_or.ll
  llvm/test/CodeGen/VE/Vector/vp_sdiv.ll
  llvm/test/CodeGen/VE/Vector/vp_shl.ll
  llvm/test/CodeGen/VE/Vector/vp_srem.ll
  llvm/test/CodeGen/VE/Vector/vp_sub.ll
  llvm/test/CodeGen/VE/Vector/vp_udiv.ll
  llvm/test/CodeGen/VE/Vector/vp_urem.ll
  llvm/test/CodeGen/VE/Vector/vp_xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114875.391006.patch
Type: text/x-patch
Size: 5828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211201/c6c6f360/attachment.bin>


More information about the llvm-commits mailing list