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
/
fail-no-output-directory.test
blob
0eb39b9022b47381d75308a1e84f7e6affe569d5
1
# RUN: yaml2obj %s > %t
2
# RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s
3
# Don't check "No such file" which is OS dependent.
4
# CHECK: 'no/such/dir':
5
6
!ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
Type: ET_EXEC
11
Machine: EM_X86_64
12