[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / invalid-cie-length5.s
blob9b9b2d8db9c1ebb7f17054c1559cebe8b48aecff
1 // REQUIRES: x86
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
4 // RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
6 .section .eh_frame,"a",@unwind
7 .long 0xFFFFFFFF
8 .quad 0xFFFFFFFFFFFFFFF4
10 // CHECK: CIE/FDE too large