Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Driver: Add Option flags. | Daniel Dunbar | 2009-03-04 | 1 | -13/+6 |
| | | | | llvm-svn: 66067 | ||||
* | Driver: More Option implementation. | Daniel Dunbar | 2009-03-04 | 1 | -0/+117 |
- Add Options.def file, collects option information. - Actual option instantiation is handled lazily by OptTable to allow the driver to not need to instantiate all options. - cast<> support for Option, other minor tweaks. llvm-svn: 66028 |