Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid assemble step in verbose-output-quoting.c | Yuanfang Chen | 2019-09-04 | 1 | -8/+8 |
| | | | | | | | | | | | | Reviewers: hans Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D65527 llvm-svn: 370928 | ||||
* | Add 'REQUIRES: shell' to verbose-output-quoting.c | Hans Wennborg | 2019-04-24 | 1 | -0/+1 |
| | | | | | | The lit shell couldn't handle these run lines. llvm-svn: 359081 | ||||
* | Fix unquoted spaces in args in clang --verbose output | Hans Wennborg | 2019-04-24 | 1 | -0/+9 |
The behaviour of not quoting spaces appears to have been introduced by mistake in r190620. Patch by Brad Moody! Differential revision: https://reviews.llvm.org/D60997 llvm-svn: 359077 |