Make test more lenient for custom clang version strings
[llvm-project.git] / llvm / test / CodeGen / Mips / Fast-ISel / fast-isel-softfloat-lower-args.ll
blobbaac59508236522da25f4441a309e7db67999f9f
1 ; RUN: not --crash llc -mtriple=mipsel -mcpu=mips32r2 -mattr=+soft-float \
2 ; RUN:         -O0 -fast-isel-abort=3 -relocation-model=pic < %s
4 ; Test that FastISel aborts instead of trying to lower arguments for soft-float.
6 define void @__signbit(double %__x) {
7 entry:
8   %__x.addr = alloca double, align 8
9   store double %__x, ptr %__x.addr, align 8
10   ret void