diff options
author | Rui Ueyama <ruiu@google.com> | 2016-09-09 00:25:56 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-09-09 00:25:56 +0000 |
commit | a60058c8f5e9d44fba334230456a3432e0f00483 (patch) | |
tree | f59cf14c837487ba5ebc311ddb06b2e5c5ea7cf8 /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | c39ef776fcf7360de7ff7b7eb2e63cd3c580dd3b (diff) | |
download | llvm-a60058c8f5e9d44fba334230456a3432e0f00483.zip llvm-a60058c8f5e9d44fba334230456a3432e0f00483.tar.gz llvm-a60058c8f5e9d44fba334230456a3432e0f00483.tar.bz2 |
Fix -output option.
Usually, options that are longer than one character can be preceded
either by "-" or "--", but options starting with "o" are exceptions
because they conflict with "-o" option. They have to be preceded by
"--".
llvm-svn: 281004
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions