remove unnecessary target triple from generic test

llvm-svn: 321874
This commit is contained in:
Adrian Prantl 2018-01-05 16:29:24 +00:00
parent 554f68be44
commit 33b3984d4f
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@
; CHECK-NEXT: DW_AT_calling_convention (DW_CC_pass_by_value)
; CHECK-NEXT: DW_AT_name ("T")
source_filename = "pass.cpp"
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.13.0"
%struct.S = type { i8 }
%struct.T = type { i8 }