Sign in
llvm
/
llvm-project
/
llvm
/
aa60354802b933c5efd196ce15bbf0a63114056c
/
.
/
test
/
tools
/
llvm-size
/
unknown-format.test
blob: 28ab8bff05e992d9a398ad9ef4c54ddff051eeca [
file
] [
log
] [
blame
]
## Show that the an error is emitted if an unknown value is passed to --format.
# RUN: not llvm-size --format=unknown 2>&1 | FileCheck %s
# CHECK: {{.*}}llvm-size{{.*}}: for the --format option: Cannot find option named 'unknown'!