Skip to content
Commit f0f9105d authored by Chris Lattner's avatar Chris Lattner
Browse files

* 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

llvm-svn: 1378
parent c4ad64cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment