OSDN Git Service

remove unnecessary target triple from generic test
authorAdrian Prantl <aprantl@apple.com>
Fri, 5 Jan 2018 16:29:24 +0000 (16:29 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 5 Jan 2018 16:29:24 +0000 (16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321874 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/pass-by-value.ll

index b650e42..ce8647e 100644 (file)
 ; 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 }