From 984152f34b50aa9e00fa809d6e7662442bb8206d Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 13 Apr 2010 01:10:57 +0000 Subject: [PATCH] Modify test to be darwin specific. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101109 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/objc-gc-aggr-assign.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/objc-gc-aggr-assign.m b/test/CodeGenObjC/objc-gc-aggr-assign.m index e127242df2..7775e18731 100644 --- a/test/CodeGenObjC/objc-gc-aggr-assign.m +++ b/test/CodeGenObjC/objc-gc-aggr-assign.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s // RUN: grep objc_memmove_collectable %t | grep call | count 3 static int count; -- 2.50.1