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
[InstCombine] Remove insertRangeTest code that handles the equality case.
[llvm-complete.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
standard-streams.test
blob
85b120b22a9794acc55c298c0d206ab1985e8656
1
# RUN: llvm-objcopy - %t < %p/Inputs/alloc-symtab.o
2
# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o %t1
3
# RUN: cmp %t %t1
4
5
# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o - > %t2
6
# RUN: cmp %t1 %t2