[lldb] Make sure Blocks always have a parent (#117683)
[llvm-project.git] / llvm / test / CodeGen / SystemZ / args-15.ll
blob64217a2a29a6f93a9959a2ab81f3dd7b6898a602
1 ; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -argext-abi-check 2>&1 \
2 ; RUN:   | FileCheck %s
3 ; REQUIRES: asserts
5 ; Test detection of missing extension of an i32 return value.
7 define i32 @callee_MissingRetAttr() {
8   ret i32 -1
11 ; CHECK: ERROR: Missing extension attribute of returned value from function:
12 ; CHECK: i32 @callee_MissingRetAttr()
13 ; CHECK: UNREACHABLE executed