aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/eh-frame-hdr-no-out.s
blob: edbafad07247f7d64ba55334e2749d73af7c9b7a (plain) (blame)
1
2
3
4
5
6
// REQUIRES: x86
// RUN: not ld.lld --eh-frame-hdr %p/Inputs/invalid-cie-version2.elf -o %t >& %t.log
// RUN: FileCheck %s < %t.log

// invalid-cie-version2.elf contains unsupported version of CIE = 2.
// CHECK: FDE version 1 or 3 expected, but got 2