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-unknown-option.test
blob
d25eb1ce600709a73c816604a3021d3c442b152f
1
## This test checks the error message displayed if an unknown
2
## option is specified.
3
4
# RUN: not llvm-dwarfutil --unknown-option 2>&1 | FileCheck %s
5
6
# CHECK: error: unknown option: --unknown-option