repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-dwarfutil
/
error-no-input-file.test
blob
6d81e7389a5ade0b9e9b0988ba618fda9abfe78e
1
## This test checks the error message displayed if
2
## an input file does not exist.
3
4
# RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT
5
6
# CHECK: error: 'not-existed': [[MSG]]