diff options
author | Anders Carlsson <andersca@mac.com> | 2011-02-28 00:40:07 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2011-02-28 00:40:07 +0000 |
commit | abea951c34876a5374d0e3678c7989b225c5c895 (patch) | |
tree | 1e54746d58bb184be659f48b2dc4d450d19303f2 /test/CodeGenCXX/exceptions-no-rtti.cpp | |
parent | 7a17851eee37f933eb57a5af7e1a0eb455443f6a (diff) |
Add -fcxx-exceptions to all tests that use C++ exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/exceptions-no-rtti.cpp')
-rw-r--r-- | test/CodeGenCXX/exceptions-no-rtti.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/exceptions-no-rtti.cpp b/test/CodeGenCXX/exceptions-no-rtti.cpp index bbbc1b8a8b..902d6ac297 100644 --- a/test/CodeGenCXX/exceptions-no-rtti.cpp +++ b/test/CodeGenCXX/exceptions-no-rtti.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fno-rtti -fexceptions %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -fno-rtti -fcxx-exceptions -fexceptions %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s // CHECK: @_ZTIN5test11AE = linkonce_odr unnamed_addr constant // CHECK: @_ZTIN5test11BE = linkonce_odr unnamed_addr constant |