r180065 - Add triple to tbaa-struct.cpp to appease bots

Manman Ren mren at apple.com
Mon Apr 22 15:50:27 PDT 2013


Author: mren
Date: Mon Apr 22 17:50:27 2013
New Revision: 180065

URL: http://llvm.org/viewvc/llvm-project?rev=180065&view=rev
Log:
Add triple to tbaa-struct.cpp to appease bots

Modified:
    cfe/trunk/test/CodeGen/tbaa-struct.cpp

Modified: cfe/trunk/test/CodeGen/tbaa-struct.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/tbaa-struct.cpp?rev=180065&r1=180064&r2=180065&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/tbaa-struct.cpp (original)
+++ cfe/trunk/test/CodeGen/tbaa-struct.cpp Mon Apr 22 17:50:27 2013
@@ -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 {





More information about the cfe-commits mailing list