Revert r227148 & r227154 which added a test which infinitely loops.
authorRichard Trieu <rtrieu@google.com>
Tue, 27 Jan 2015 03:03:47 +0000 (03:03 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 27 Jan 2015 03:03:47 +0000 (03:03 +0000)
commit510cadb1c23f823cb4f805b7153ee3b8f13f208a
tree0ca76b3f864af1e6973a7b300d632e4d3783f4b0
parent95647955f95fb0bb07d0bc08043b4f25293f4aac
Revert r227148 & r227154 which added a test which infinitely loops.

r227148 added test CommandLineTest.HideUnrelatedOptionsMulti which repeatedly
outputs two following lines:

-tool: CommandLine Error: Option 'test-option-1' registered more than once!
-tool: CommandLine Error: Option 'test-option-2' registered more than once!

r227154 depends on changes from r227148

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227167 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp
unittests/Support/CommandLineTest.cpp