blob: a79c6e993399d50e14c16640ae46e078ada61cad (
plain)
1
2
3
4
|
## Error for an unknown output style.
RUN: not llvm-readobj --elf-output-style=unknown 2>&1 | FileCheck %s
CHECK: error: --elf-output-style value should be either 'LLVM', 'GNU', or 'JSON', but was 'unknown'
|