forked from OSchip/llvm-project
[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:
parent
12f0a77902
commit
76d619b509
|
@ -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* }
|
||||
|
|
Loading…
Reference in New Issue