From: Chris Lattner Date: Tue, 7 Apr 2009 06:05:28 +0000 (+0000) Subject: *everyone* knows that __weak is not defined on linux :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f48c6e0f0377fbea062515759a7477c7be70b0d;p=clang *everyone* knows that __weak is not defined on linux :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/objc2-weak-ivar.m b/test/CodeGenObjC/objc2-weak-ivar.m index 134e3a976f..592c1f0547 100644 --- a/test/CodeGenObjC/objc2-weak-ivar.m +++ b/test/CodeGenObjC/objc2-weak-ivar.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-unknown-unknown -fobjc-gc -emit-llvm -o %t %s +// RUN: clang-cc -triple x86_64-apple-darwin9 -fobjc-gc -emit-llvm -o %t %s @class NSObject; @interface Foo {