diff options
author | Evan Cheng <evan.cheng@apple.com> | 2012-01-04 01:55:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2012-01-04 01:55:04 +0000 |
commit | afad0fe59a791cb4fd87fbd7ea2b1aba8d67a7af (patch) | |
tree | 5e337a36427067519c31c70007b8cbf3246d5f16 /test/CodeGen/ARM/debug-info-arg.ll | |
parent | 56f582d664c54bf4567ec37d0bd16b6d4ea6a6eb (diff) |
Fix more places which should be checking for iOS, not darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/debug-info-arg.ll')
-rw-r--r-- | test/CodeGen/ARM/debug-info-arg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/debug-info-arg.ll b/test/CodeGen/ARM/debug-info-arg.ll index b0270f9b45..a7b44e6fe7 100644 --- a/test/CodeGen/ARM/debug-info-arg.ll +++ b/test/CodeGen/ARM/debug-info-arg.ll @@ -2,7 +2,7 @@ ; Test to check argument y's debug info uses FI ; Radar 10048772 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32" -target triple = "thumbv7-apple-macosx10.7.0" +target triple = "thumbv7-apple-ios" %struct.tag_s = type { i32, i32, i32 } |