llvm-6502/lib/Support
Chris Lattner f78032fe06 * 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
2001-11-26 18:58:34 +00:00
..
Annotation.cpp Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
CommandLine.cpp * Implement support for folding multiple single letter arguments together like 2001-11-26 18:58:34 +00:00
Makefile Large scale changes to implement new command line argument facility 2001-07-23 02:35:57 +00:00