summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/invalid/data-encoding.test
blob: 5f0550f4dbb2f8a69f7e2e852b115a9ed54a395f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# REQUIRES: x86

# The object in the archive has invalid data encoding.
# Check we report this.

# RUN: yaml2obj %s -o %t.o
# RUN: llvm-ar rcs %t.a %t.o

# RUN: not ld.lld --whole-archive %t.a -o /dev/null 2>&1 | FileCheck %s
# CHECK: {{.*}}.a({{.*}}.o): corrupted ELF file: invalid data encoding

--- !ELF
FileHeader:
  Class:           ELFCLASS64
  Data:            ELFDATANONE
  Type:            ET_REL
  Machine:         EM_X86_64
OpenPOWER on IntegriCloud