Support for multi-valued options in CommandLine
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 16 Jan 2009 22:54:19 +0000 (22:54 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 16 Jan 2009 22:54:19 +0000 (22:54 +0000)
commit7059d47a6e1a378232dce3e47b51434dec0ea608
tree85bc2cbde9cdf86e45d9b58c9921c5049e774514
parent01bbc3e3346e58be4924363b3127ea4254919dbb
Support for multi-valued options in CommandLine

Makes possible to specify options that take multiple arguments (a-la
-sectalign on Darwin). See documentation for details.

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