aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-07 06:05:28 +0000
committerChris Lattner <sabre@nondot.org>2009-04-07 06:05:28 +0000
commit7f48c6e0f0377fbea062515759a7477c7be70b0d (patch)
tree56ec413b1ebe6b9336a3e98bb89f2c377e3d0ecd
parent0b51415dcf72e42a047612e2dcfe656d3c4442ce (diff)
*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
-rw-r--r--test/CodeGenObjC/objc2-weak-ivar.m2
1 files changed, 1 insertions, 1 deletions
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 {