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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objdump
/
dwarf_invalid.yaml
blob
531a4c771654264073d0835af107478e6f6f7808
1
## Test invalid use of the --dwarf option.
2
3
# RUN: yaml2obj %s -o %t
4
# RUN: not llvm-objdump --dwarf=bad_value %t 2>&1 | FileCheck %s --check-prefix=ERROR
5
6
# ERROR: error: 'bad_value' is not a valid value for '--dwarf='
7
8
--- !ELF
9
FileHeader:
10
Class: ELFCLASS64
11
Data: ELFDATA2LSB
12
Type: ET_REL