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
[Instrumentation] Fix a warning
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-size
/
unknown-format.test
blob
f077ca4d7a5d0945b4a7291f6a404017438e69a2
1
## Show that the an error is emitted if an unknown value is passed to --format.
2
3
# RUN: not llvm-size --format=unknown 2>&1 | FileCheck %s
4
# CHECK: {{.*}}llvm-size{{.*}}: error: --format value should be one of: 'berkeley', 'darwin', 'sysv'