* Implement support for folding multiple single letter arguments together like
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:58:34 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:58:34 +0000 (18:58 +0000)
commitf78032fe064bdd2b9a19b875261747b7d0a27a73
tree7a1d2e38f26e6061dc3d0ffe31fe4bb95166d246
parent5b7d42b142b3dc0b2c35754659f6e52a57b09252
* Implement support for folding multiple single letter arguments together like
  with ls: ls -la  === ls -l -a
* Implement support for trimming arguments that start with a single letter
  argument so that -lfoo is recognized as -l foo for the linker

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