forked from OSchip/llvm-project
[VE][NFC] Correct sjlj_expection test
Summary: '|&' works with bash only, so it should not be used in regression tests. Differential Revision: https://reviews.llvm.org/D80501
This commit is contained in:
parent
760f45eaca
commit
5b7ff6f07f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue