9 lines
368 B
LLVM
9 lines
368 B
LLVM
|
; RUN: not --crash llc < %s -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 2>&1 | FileCheck %s --check-prefix=DFLTERROR
|
||
|
; RUN: not --crash llc < %s -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr8 2>&1 | FileCheck %s --check-prefix=DFLTERROR
|
||
|
|
||
|
define void @vec_callee(<4 x i32> %vec1) {
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
; DFLTERROR: LLVM ERROR: the default Altivec AIX ABI is not yet supported
|