diff options
author | Manman Ren <mren@apple.com> | 2013-04-05 17:11:45 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-04-05 17:11:45 +0000 |
commit | 3a163318526e7bfaa6012b411934728e2954047e (patch) | |
tree | e12be97e88798ba4c966b4907a4276d7a768889f | |
parent | b801837f697326fb7bc5bb24263340e80a9b53b0 (diff) |
Add triple to testing case to appease poewrpc64 buildbots
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178886 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/tbaa.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/tbaa.cpp b/test/CodeGen/tbaa.cpp index c30e4a331d..3d13a8fb78 100644 --- a/test/CodeGen/tbaa.cpp +++ b/test/CodeGen/tbaa.cpp @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -O1 -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s -// RUN: %clang_cc1 -O1 -struct-path-tbaa -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s -check-prefix=PATH +// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -struct-path-tbaa -disable-llvm-optzns %s -emit-llvm -o - | FileCheck %s -check-prefix=PATH // Test TBAA metadata generated by front-end. #include <stdint.h> |