Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | With this change, most 'g' options are rejected by CompilerInvocation. They remain only as Driver options. The new way to request debug info from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}" and "-dwarf-version={2|3|4}". In the absence of a command-line option to specify Dwarf version, the Toolchain decides it, rather than placing Toolchain-specific logic in CompilerInvocation. Also fix a bug in the Windows compatibility argument parsing in which the "rightmost argument wins" principle failed. Differential Revision: http://reviews.llvm.org/D13221 llvm-svn: 249655 | ||||
* | Robustify test in the face of no assertions. | Eric Christopher | 2012-07-17 | 1 | -2/+3 |
| | | | | llvm-svn: 160399 | ||||
* | Fix regexp for this test to properly check. | Eric Christopher | 2012-07-17 | 1 | -2/+2 |
| | | | | | | Patch by Eli Bendersky. llvm-svn: 160385 | ||||
* | Robustify test string. | Devang Patel | 2011-03-29 | 1 | -2/+2 |
| | | | | llvm-svn: 128486 | ||||
* | Add target triple. | Devang Patel | 2011-03-29 | 1 | -1/+1 |
| | | | | llvm-svn: 128480 | ||||
* | Do not line number entry for unconditional branches. Usually, users do not ↵ | Devang Patel | 2011-03-29 | 1 | -0/+17 |
want to stop at closing '}'. llvm-svn: 128471 |