forked from OSchip/llvm-project
Add triple to tbaa-struct.cpp to appease bots
llvm-svn: 180065
This commit is contained in:
parent
034ca0fe41
commit
4a838160e4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue