diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-08-01 23:01:30 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-08-01 23:01:30 +0000 |
| commit | a717a6da3d43eca223d36ae092a6ce3d0475ba52 (patch) | |
| tree | 7e8c227c62aaa9c135859d8559bea1326ed2b33f /llvm/test/DebugInfo | |
| parent | 4ad99c3b2e9d58c92db855860de1f8411d3fb1c5 (diff) | |
| download | bcm5719-llvm-a717a6da3d43eca223d36ae092a6ce3d0475ba52.tar.gz bcm5719-llvm-a717a6da3d43eca223d36ae092a6ce3d0475ba52.zip | |
Add the missing target triple to this testcase.
llvm-svn: 214590
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/X86/pieces-1.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/pieces-1.ll b/llvm/test/DebugInfo/X86/pieces-1.ll index e4bc31f039e..10eb34f8b83 100644 --- a/llvm/test/DebugInfo/X86/pieces-1.ll +++ b/llvm/test/DebugInfo/X86/pieces-1.ll @@ -26,6 +26,9 @@ ; CHECK-DWARF: Ending address offset: [[END:.*]] ; CHECK-DWARF: Location description: 76 78 93 08 54 93 04 +target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-apple-macosx10.9.0" + ; Function Attrs: nounwind ssp uwtable define i32 @foo(i64 %s.coerce0, i32 %s.coerce1) #0 { entry: |

