repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
standard-streams.test
blob
8588fc9b9f23bfc2be3b2b13b390c5743a760369
1
# RUN: yaml2obj %s -o %t.foo
2
3
# RUN: llvm-objcopy - %t < %t.foo
4
# RUN: llvm-objcopy %t.foo %t1
5
# RUN: cmp %t %t1
6
7
# RUN: llvm-objcopy %t.foo - > %t2
8
# RUN: cmp %t1 %t2
9
10
--- !ELF
11
FileHeader:
12
Class: ELFCLASS64
13
Data: ELFDATA2LSB
14
Type: ET_DYN
15
Machine: EM_X86_64