blob: 1ce6f5db9cda089fb579a51e2d5babbb3814b42c [file] [log] [blame]
Jake Ehrlich36a2eb32017-10-10 18:47:09 +00001# RUN: yaml2obj %s > %t
2# RUN: not llvm-objcopy -R .shstrtab %t %t2 2>&1 >/dev/null | FileCheck %s
3
4!ELF
5FileHeader:
6 Class: ELFCLASS64
7 Data: ELFDATA2LSB
8 Type: ET_REL
9 Machine: EM_X86_64
10
Jake Ehrlich76e91102018-01-25 22:46:17 +000011# CHECK: Cannot write section header table because section header string table was removed.