xref
: /
llvm-project
/
llvm
/
test
/
Other
/
invalid-commandline-option.ll
(revision 5da53436d526162bf696ba40df3841a6b5992fbd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
2
3
; there is no --foo
4