[PATCH] D80501: [VE][NFC] Correct sjlj_expection test
    Simon Moll via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 25 01:02:08 PDT 2020
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5b7ff6f07ffb: [VE][NFC] Correct sjlj_expection test (authored by kaz7, committed by simoll).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80501/new/
https://reviews.llvm.org/D80501
Files:
  llvm/test/CodeGen/VE/sjlj_except.ll
Index: llvm/test/CodeGen/VE/sjlj_except.ll
===================================================================
--- llvm/test/CodeGen/VE/sjlj_except.ll
+++ llvm/test/CodeGen/VE/sjlj_except.ll
@@ -1,5 +1,5 @@
-; RUN: llc  -mtriple=x86_64-unknown-unknown --exception-model=sjlj --print-after=sjljehprepare < %s |& FileCheck --check-prefix=CHECK-X86 %s
-; RUN: (llc  -mtriple=ve-unknown-unknown --exception-model=sjlj  --print-after=sjljehprepare < %s || true) |& FileCheck --check-prefix=CHECK-VE %s
+; RUN: llc  -mtriple=x86_64-unknown-unknown --exception-model=sjlj --print-after=sjljehprepare < %s 2>&1 | FileCheck --check-prefix=CHECK-X86 %s
+; RUN: (llc  -mtriple=ve-unknown-unknown --exception-model=sjlj  --print-after=sjljehprepare < %s || true) 2>&1 | FileCheck --check-prefix=CHECK-VE %s
 
 @SomeGlobal = external dso_local global i8
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80501.265973.patch
Type: text/x-patch
Size: 843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200525/21353faa/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list