diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-28 22:14:58 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-28 22:14:58 +0000 |
commit | ef42a3b87834579a73841539da944b472e53e1cb (patch) | |
tree | 35c62ed83618e06da815a6fc88373ccc2938cfe5 | |
parent | 50ef90d48e9d1b60416f5c5ec290391305149272 (diff) |
Give this test an explicit target, to make it host-independent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63244 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/DebugInfo/2009-01-28-ArrayType.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-01-28-ArrayType.ll b/test/DebugInfo/2009-01-28-ArrayType.ll index 9f90c33e5e..cff4fd8a47 100644 --- a/test/DebugInfo/2009-01-28-ArrayType.ll +++ b/test/DebugInfo/2009-01-28-ArrayType.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc | grep 0x49 | count 7 +; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep 0x49 | count 7 ; Count number of DW_AT_Type attributes. %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* } |