aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-21 04:58:16 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-21 04:58:16 +0000
commit85eaff3d0bb7ad754d48304b772fbf6e5f62921e (patch)
tree5cc55b6efdb64dc9571cd6a86f2c19a90bd2a61e
parent983e3d7dac99aed376939f1a4daadef98e09c3b9 (diff)
This test needs a triple: it's checking the alignment of a pointer in bytes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111727 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/address-space-field1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/address-space-field1.c b/test/CodeGen/address-space-field1.c
index f0be2138b3..73c4da163c 100644
--- a/test/CodeGen/address-space-field1.c
+++ b/test/CodeGen/address-space-field1.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin10 < %s -o - | FileCheck %s
// CHECK:%struct.S = type { i32, i32 }
// CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) nounwind
// CHECK: [[p1addr:%.*]] = alloca %struct.S addrspace(1)*