aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/clang-exception-flags.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Added a test to check that exception flags are not passed by default on PS4.Andrea Di Biagio1-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
2015-02-05Force an unknown target for the default case to make it work.Filipe Cabecinhas1-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
2011-02-28Add a test case that would have caught the bug fixed in r126640.Chandler Carruth1-0/+23
I've only covered C++'s flags here, we should probably do something similar for ObjC flags. llvm-svn: 126641