From ef4fc2cd6d9e1c04a13ff69ae1fd9d23f5c79d1c Mon Sep 17 00:00:00 2001 From: Stuart Hastings Date: Fri, 22 Oct 2010 18:44:22 +0000 Subject: Temporarily revert r117079; it broke a tester. Radar 6635085. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117122 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendObjC++/2010-10-21-NoExceptions.mm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/FrontendObjC++/2010-10-21-NoExceptions.mm (limited to 'test/FrontendObjC++') diff --git a/test/FrontendObjC++/2010-10-21-NoExceptions.mm b/test/FrontendObjC++/2010-10-21-NoExceptions.mm deleted file mode 100644 index d0d8596011..0000000000 --- a/test/FrontendObjC++/2010-10-21-NoExceptions.mm +++ /dev/null @@ -1,12 +0,0 @@ -// RUN: %llvmgcc -fno-exceptions %s -S -emit-llvm -o - | FileCheck %s -struct Foo -{ - int x; - Foo (); -}; -Foo *test(void) -{ - return new Foo(); - // There should be no references to any Unwinding routines under -fno-exceptions. - // CHECK-NOT: Unwind -} -- cgit v1.2.3