| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 67490
|
|
|
|
|
|
|
|
|
|
|
|
| |
handled by driver.
- This is not very precise, we use it to drive the "forward-to-gcc"
predicate, when trying to talk to a generic gcc tool.
- Slightly better than what ccc was doing, and should be good
enough. Platforms which want a robust driver should implement a
proper tool chain.
llvm-svn: 67181
|
|
|
|
|
|
|
|
|
| |
- Who wouldn't want correctness to hang critically on two easily
ignored characters?
Thanks Doug!
llvm-svn: 66819
|
|
|
|
| |
llvm-svn: 66813
|
|
|
|
| |
llvm-svn: 66784
|
|
|
|
| |
llvm-svn: 66774
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPT_ prefix for ids.
- Reference groups and aliases by shortend id (on the theory that
this is more readable).
- Rename the special option ids to more protected names.
llvm-svn: 66767
|
|
|
|
| |
llvm-svn: 66759
|
|
|
|
| |
llvm-svn: 66106
|
|
|
|
|
|
| |
replaced anyway.
llvm-svn: 66101
|
|
|
|
| |
llvm-svn: 66090
|
|
|
|
|
|
| |
- Also, add Input and Unknown opts to OptTable.
llvm-svn: 66079
|
|
|
|
| |
llvm-svn: 66067
|
|
- 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
|