[llvm] r214590 - Add the missing target triple to this testcase.
Adrian Prantl
aprantl at apple.com
Fri Aug 1 16:01:30 PDT 2014
Author: adrian
Date: Fri Aug 1 18:01:30 2014
New Revision: 214590
URL: http://llvm.org/viewvc/llvm-project?rev=214590&view=rev
Log:
Add the missing target triple to this testcase.
Modified:
llvm/trunk/test/DebugInfo/X86/pieces-1.ll
Modified: llvm/trunk/test/DebugInfo/X86/pieces-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/pieces-1.ll?rev=214590&r1=214589&r2=214590&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/pieces-1.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/pieces-1.ll Fri Aug 1 18:01:30 2014
@@ -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:
More information about the llvm-commits
mailing list