summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/tbaa-struct.cpp
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-04-22 22:50:27 +0000
committerManman Ren <mren@apple.com>2013-04-22 22:50:27 +0000
commit5d7a96ce691fbb02d669e4a295162ed8cb3c585d (patch)
tree136378181e2813a45816f7ac17484992a963c924 /test/CodeGen/tbaa-struct.cpp
parent3aaf41aea00507c019d1e3d016c0334ceb49dd61 (diff)
Add triple to tbaa-struct.cpp to appease bots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/tbaa-struct.cpp')
-rw-r--r--test/CodeGen/tbaa-struct.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/tbaa-struct.cpp b/test/CodeGen/tbaa-struct.cpp
index 3a93d75156..6d593a3c1b 100644
--- a/test/CodeGen/tbaa-struct.cpp
+++ b/test/CodeGen/tbaa-struct.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -o - -O1 %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - -O1 %s | FileCheck %s
//
// Check that we generate !tbaa.struct metadata for struct copies.
struct A {