Skip to content

Commit 5890b66

Browse files
jcranmer-inteldwoodwor-intel
authored andcommitted
Don't use not --crash to check for report_fatal_error messages.
In https://reviews.llvm.org/D126550, report_fatal_error was changed to not use the abort function, which means it no longer registers as a crash by the definition of not --crash. Original commit: KhronosGroup/SPIRV-LLVM-Translator@90128f3
1 parent aac9f58 commit 5890b66

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm-spirv/test/lower-non-standard-vec-with-ext.ll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
; RUN: llvm-as %s -o %t.bc
2-
; RUN: not --crash llvm-spirv -s %t.bc
2+
; RUN: not llvm-spirv -s %t.bc
33
; RUN: llvm-spirv --spirv-ext=+SPV_INTEL_vector_compute -s %t.bc
44

5-
; Temporarily disable test as it fails after an LLVM change.
6-
; XFAIL: *
7-
85
; ModuleID = 'lower-non-standard-vec-with-ext'
96
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
107
target triple = "spir64-unknown-unknown"

0 commit comments

Comments
 (0)