10 lines · plain
1; RUN: not --crash llc < %s -mtriple=xcore 2>&1 | FileCheck %s2 3; CHECK: emitPrologue unsupported alignment: 84define void @f() nounwind {5entry:6 %BadAlignment = alloca i64, align 87 ret void8}9 10 1; RUN: not --crash llc < %s -mtriple=xcore 2>&1 | FileCheck %s2 3; CHECK: emitPrologue unsupported alignment: 84define void @f() nounwind {5entry:6 %BadAlignment = alloca i64, align 87 ret void8}9 10