5 lines · plain
1## Error for an unknown output style.2RUN: not llvm-readobj --elf-output-style=unknown 2>&1 | FileCheck %s3 4CHECK: error: --elf-output-style value should be either 'LLVM', 'GNU', or 'JSON', but was 'unknown'5 1## Error for an unknown output style.2RUN: not llvm-readobj --elf-output-style=unknown 2>&1 | FileCheck %s3 4CHECK: error: --elf-output-style value should be either 'LLVM', 'GNU', or 'JSON', but was 'unknown'5