[llvm-commits] [llvm] r117122 - /llvm/trunk/test/FrontendObjC++/2010-10-21-NoExceptions.mm

Stuart Hastings stuart at apple.com
Fri Oct 22 11:44:22 PDT 2010


Author: stuart
Date: Fri Oct 22 13:44:22 2010
New Revision: 117122

URL: http://llvm.org/viewvc/llvm-project?rev=117122&view=rev
Log:
Temporarily revert r117079; it broke a tester.  Radar 6635085.

Removed:
    llvm/trunk/test/FrontendObjC++/2010-10-21-NoExceptions.mm

Removed: llvm/trunk/test/FrontendObjC++/2010-10-21-NoExceptions.mm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC%2B%2B/2010-10-21-NoExceptions.mm?rev=117121&view=auto
==============================================================================
--- llvm/trunk/test/FrontendObjC++/2010-10-21-NoExceptions.mm (original)
+++ llvm/trunk/test/FrontendObjC++/2010-10-21-NoExceptions.mm (removed)
@@ -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
-}





More information about the llvm-commits mailing list