Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert commits r332160, r332164, r332236. | Douglas Yung | 2018-05-16 | 1 | -8/+0 |
| | | | | | | It was decided this is the wrong approach to fix this issue. llvm-svn: 332421 | ||||
* | Redirect output to /dev/null in the tests added in r332160. | Eric Liu | 2018-05-14 | 1 | -2/+2 |
| | | | | llvm-svn: 332236 | ||||
* | Add requirement of x86 target for test. | Douglas Yung | 2018-05-12 | 1 | -0/+2 |
| | | | | llvm-svn: 332164 | ||||
* | Force the PS4 clang ABI version to 6. | Douglas Yung | 2018-05-12 | 1 | -0/+6 |
The PS4 requires clang ABI version 6 for compatibility reasons. This change forces this and if the user specifies a different version when the PS4 target is specified, the compiler emits a warning that the specified version is being ignored. Reviewers: probinson Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D46767 llvm-svn: 332160 |