repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
remove-shstrtab-error.test
blob
797681fa036b316ac12fa326dbd6820e3b011850
1
# RUN: yaml2obj %s > %t
2
# RUN: not llvm-objcopy -R .shstrtab %t %t2 2>&1 >/dev/null | FileCheck %s -DINPUT=%t
3
4
!ELF
5
FileHeader:
6
Class: ELFCLASS64
7
Data: ELFDATA2LSB
8
Type: ET_REL
9
Machine: EM_X86_64
10
11
# CHECK: error: '[[INPUT]]': cannot write section header table because section header string table was removed