summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/debug-unsupported.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-11/+11
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Less restrictive check in unit test for unsupported debug info optionsAlexey Samsonov2012-06-211-1/+1
| | | | llvm-svn: 158916
* Improve support for -g options accepted by Clang:Alexey Samsonov2012-06-211-0/+13
1. Accept flags -g[0-3], -ggdb[0-3], -gdwarf-[2-4] and collapse them to simple -g (except -g0/-ggdb0). 2. Produce driver error on unsupported formats (-gcoff, -gstabs, -gvms) and options (-gtoggle). 3. Recognize and ignore flags -g[no-]strict-dwarf, -g[no-]record-gcc-switches. llvm-svn: 158906
OpenPOWER on IntegriCloud