[cfe-commits] r162694 - /cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m

John McCall rjmccall at apple.com
Mon Aug 27 12:56:37 PDT 2012


Author: rjmccall
Date: Mon Aug 27 14:56:37 2012
New Revision: 162694

URL: http://llvm.org/viewvc/llvm-project?rev=162694&view=rev
Log:
Restore a -cc1 invariant that was causing problems on PPC64.
This test case is pretty bad, though.

Modified:
    cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m

Modified: cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m?rev=162694&r1=162693&r2=162694&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m (original)
+++ cfe/trunk/test/CodeGenObjC/2008-10-3-EhValue.m Mon Aug 27 14:56:37 2012
@@ -1,4 +1,4 @@
-// RUN: %clang -fexceptions -S -emit-llvm  %s -o /dev/null
+// RUN: %clang -fexceptions -fobjc-exceptions -S -emit-llvm  %s -o /dev/null
 
 @interface Object {
 @public





More information about the cfe-commits mailing list