7 lines · plain
1; RUN: not llc -O0 -mtriple=spirv32-unknown-unknown --spirv-ext=UNKNOWN_EXTENSION %s -o %t.spvt 2>&1 | FileCheck %s2; CHECK: Invalid extension list format: UNKNOWN_EXTENSION3 4define i8 @foo() {5 ret i8 26}7 1; RUN: not llc -O0 -mtriple=spirv32-unknown-unknown --spirv-ext=UNKNOWN_EXTENSION %s -o %t.spvt 2>&1 | FileCheck %s2; CHECK: Invalid extension list format: UNKNOWN_EXTENSION3 4define i8 @foo() {5 ret i8 26}7