brintos

brintos / llvm-project-archived public Read only

0
0
Text · 791 B · b2d3750 Raw
35 lines · plain
1// REQUIRES: x862// This test intentionally checks for fatal errors, and fatal errors aren't supported for testing when main is run twice.3// XFAIL: main-run-twice4 5// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t6// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s7 8        .section .eh_frame,"a",@unwind9        .long 0x1410        .long 0x011        .byte 0x0112        .byte 0x7a13        .byte 0x5214        .byte 0x0015        .byte 0x0116        .byte 0x7817        .byte 0x1018        .byte 0x0119        .byte 0x1b20        .byte 0x0c21        .byte 0x0722        .byte 0x0823        .byte 0x9024        .byte 0x0125        .short 0x026 27        .long 0x1428        .long 0x1b29        .long .text30        .long 0x031        .long 0x032        .long 0x033 34// CHECK: invalid CIE reference35