1// REQUIRES: mips 2// RUN: llvm-mc -filetype=obj -triple=mips64-unknown-freebsd %s -o %t.o 3// RUN: ld.lld --eh-frame-hdr %t.o -o /dev/null | FileCheck -allow-empty %s 4 5// CHECK-NOT: corrupted or unsupported CIE information 6// CHECK-NOT: corrupted CIE 7 8.global __start 9__start: 10 11.section .eh_frame,"a",@progbits 12 .4byte 9 13 .4byte 0x0 14 .byte 0x1 15 .string "" 16 .uleb128 0x1 17 .sleb128 -4 18 .byte 0x1f 19