[LiveDebugValues] update kill-after-spill test with target triple

Set target triple to "x86_64-unknown-linux-gnu".

llvm-svn: 322568
This commit is contained in:
Petar Jovanovic 2018-01-16 15:57:03 +00:00
parent 12f0a77902
commit 76d619b509
1 changed files with 1 additions and 0 deletions

View 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* }