OSDN Git Service

Fix a bug that caused opt and other tools to silently ignore
authorDan Gohman <gohman@apple.com>
Sat, 23 Feb 2008 01:55:25 +0000 (01:55 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 23 Feb 2008 01:55:25 +0000 (01:55 +0000)
commit61e015fe7426ca97c3c7afb583f04f5f93050370
tree0c0374ef135afd0633746c6348863ee2d3f6f5c2
parentb2a0abce1ed97d6642f91e10114f22e824d933cb
Fix a bug that caused opt and other tools to silently ignore
invalid command-line options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47523 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp
test/Other/invalid-commandline-option.ll [new file with mode: 0644]