From: Saleem Abdulrasool Date: Sun, 17 Feb 2013 04:13:35 +0000 (+0000) Subject: [clang] fix test execution command X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28a2cecfda994ed9df897ab147159def8d8a4c19;p=clang [clang] fix test execution command Signed-off-by: Saleem Abdulrasool git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175387 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;