Allow tools with "consume after" options (like lli) to take more positional
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:57:27 +0000 (21:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:57:27 +0000 (21:57 +0000)
commit21e1a79a31fe45fcd861d64118a60c1fcfad618a
tree44eaf038a6927358d1f5b0262f6ff4069e8071e7
parent0045776d33d6d9d1033235025e67cda4b83b6987
Allow tools with "consume after" options (like lli) to take more positional
opts than they take directly.  Thanks to John C for pointing this problem
out to me!

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