summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-abi-compat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert commits r332160, r332164, r332236.Douglas Yung2018-05-161-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 Liu2018-05-141-2/+2
| | | | llvm-svn: 332236
* Add requirement of x86 target for test.Douglas Yung2018-05-121-0/+2
| | | | llvm-svn: 332164
* Force the PS4 clang ABI version to 6.Douglas Yung2018-05-121-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
OpenPOWER on IntegriCloud