Skip to content

Commit 4a83816

Browse files
author
Manman Ren
committed
Add triple to tbaa-struct.cpp to appease bots
llvm-svn: 180065
1 parent 034ca0f commit 4a83816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/tbaa-struct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -emit-llvm -o - -O1 %s | FileCheck %s
1+
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - -O1 %s | FileCheck %s
22
//
33
// Check that we generate !tbaa.struct metadata for struct copies.
44
struct A {

0 commit comments

Comments
 (0)