1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[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 b90909be63
commit e54d2c7806

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