[LiveDebugValues] update kill-after-spill test with target triple
authorPetar Jovanovic <petar.jovanovic@mips.com>
Tue, 16 Jan 2018 15:57:03 +0000 (15:57 +0000)
committerPetar Jovanovic <petar.jovanovic@mips.com>
Tue, 16 Jan 2018 15:57:03 +0000 (15:57 +0000)
Set target triple to "x86_64-unknown-linux-gnu".

llvm-svn: 322568

llvm/test/DebugInfo/MIR/X86/kill-after-spill.mir

index a16cc0d..a664abc 100644 (file)
@@ -21,6 +21,7 @@
   ; ModuleID = '<stdin>'
   source_filename = "<stdin>"
   target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+  target triple = "x86_64-unknown-linux-gnu"
 
   %struct.firstStruct = type { i32, i8, %struct.secondStruct* }
   %struct.secondStruct = type { i32, i8, i8* }