summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-line2.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-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 Christopher2012-07-171-2/+3
| | | | llvm-svn: 160399
* Fix regexp for this test to properly check.Eric Christopher2012-07-171-2/+2
| | | | | | Patch by Eli Bendersky. llvm-svn: 160385
* Robustify test string.Devang Patel2011-03-291-2/+2
| | | | llvm-svn: 128486
* Add target triple.Devang Patel2011-03-291-1/+1
| | | | llvm-svn: 128480
* Do not line number entry for unconditional branches. Usually, users do not ↵Devang Patel2011-03-291-0/+17
want to stop at closing '}'. llvm-svn: 128471
OpenPOWER on IntegriCloud