[cfe-commits] r135640 - /cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m

Fariborz Jahanian fjahanian at apple.com
Wed Jul 20 16:53:57 PDT 2011


Author: fjahanian
Date: Wed Jul 20 18:53:57 2011
New Revision: 135640

URL: http://llvm.org/viewvc/llvm-project?rev=135640&view=rev
Log:
Removes a comment.

Modified:
    cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m

Modified: cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m?rev=135640&r1=135639&r2=135640&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m (original)
+++ cfe/trunk/test/CodeGenObjC/arc-with-atthrow.m Wed Jul 20 18:53:57 2011
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fobjc-nonfragile-abi -fobjc-exceptions -o - %s | FileCheck %s
-// $CLANG -cc1 -fobjc-arc -fobjc-nonfragile-abi -fobjc-exceptions
 // pr10411
 
 @interface NSException





More information about the cfe-commits mailing list