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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-dwarfutil
/
error-unknown-tombstone.test
blob
afc5a6db6e2118725f28052fa43dd16884b62955
1
## This test checks the error message diplayed if an incorrect
2
## tombstone value is specified.
3
4
# RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s
5
6
# CHECK: error: unknown tombstone value: 'unknown'