aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2013-02-17 04:13:35 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2013-02-17 04:13:35 +0000
commit28a2cecfda994ed9df897ab147159def8d8a4c19 (patch)
treeead87d15a76c313011a6492e13a4b3f52f10ffed
parent961f5708782bfd1d24f720546ea8017e986b8521 (diff)
[clang] fix test execution command
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
-rw-r--r--test/CodeGenObjC/ivar-invariant.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/ivar-invariant.m b/test/CodeGenObjC/ivar-invariant.m
index f59265445b..6d1d706803 100644
--- a/test/CodeGenObjC/ivar-invariant.m
+++ b/test/CodeGenObjC/ivar-invariant.m
@@ -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;