Author: compnerd Date: Sat Feb 16 22:13:35 2013 New Revision: 175387 URL: http://llvm.org/viewvc/llvm-project?rev=175387&view=rev Log: [clang] fix test execution command
Signed-off-by: Saleem Abdulrasool <[email protected]> Modified: cfe/trunk/test/CodeGenObjC/ivar-invariant.m Modified: cfe/trunk/test/CodeGenObjC/ivar-invariant.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/ivar-invariant.m?rev=175387&r1=175386&r2=175387&view=diff ============================================================================== --- cfe/trunk/test/CodeGenObjC/ivar-invariant.m (original) +++ cfe/trunk/test/CodeGenObjC/ivar-invariant.m Sat Feb 16 22:13:35 2013 @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin -x objective-c %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -x objective-c %s -o - | FileCheck %s @interface NSObject + (id) new; _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
