summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-exception-flags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added a test to check that exception flags are not passed by default on PS4.Andrea Di Biagio2015-02-061-0/+3
| | | | | | | | | | | | | This patch adds an extra test case to clang-exception-flags.cpp. No functional change intended. Patch by Wolfgang Pieb! Reviewers: filcab, alexr Differential Revision: http://reviews.llvm.org/D7298 llvm-svn: 228394
* Force an unknown target for the default case to make it work.Filipe Cabecinhas2015-02-051-1/+3
| | | | | | | | | | | | | | | Summary: This test was failing if LLVM_DEFAULT_TARGET_TRIPLE=x86_64-scei-ps4 due to its behavior for exceptions. Force an --unknown triple for the default case. Reviewers: echristo, chandlerc Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D7422 llvm-svn: 228337
* Add a test case that would have caught the bug fixed in r126640.Chandler Carruth2011-02-281-0/+23
I've only covered C++'s flags here, we should probably do something similar for ObjC flags. llvm-svn: 126641
OpenPOWER on IntegriCloud