improve the patch for PR1318 to also support grouped options with custom
authorChris Lattner <sabre@nondot.org>
Thu, 12 Apr 2007 00:36:29 +0000 (00:36 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Apr 2007 00:36:29 +0000 (00:36 +0000)
commit69d6f1358ca8c442a65fd8d5900f7296fbb2762d
tree6aae62489d234b79630bb6ea9d19a759e4c0e87f
parentcfa71e026dc09ac0c7207796a3a47fd5efba236a
improve the patch for PR1318 to also support grouped options with custom
handlers (like the pass list).  My previous fix only supported *new* command
line options, not additions to old ones.

This fixes test/Feature/load_module.ll

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