Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -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 options | Alexey Samsonov | 2012-06-21 | 1 | -1/+1 |
| | | | | llvm-svn: 158916 | ||||
* | Improve support for -g options accepted by Clang: | Alexey Samsonov | 2012-06-21 | 1 | -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 |