]> granicus.if.org Git - clang/commitdiff
[clang] fix test execution command
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 17 Feb 2013 04:13:35 +0000 (04:13 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 17 Feb 2013 04:13:35 +0000 (04:13 +0000)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175387 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/ivar-invariant.m

index f59265445bb3fc619e6132e1e1eb66c69f94dfd4..6d1d706803f3a176eaea00c387c773988480f18e 100644 (file)
@@ -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;