From: Rafael Espindola Date: Mon, 13 Jun 2016 17:08:15 +0000 (+0000) Subject: Add triple to input file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0baaa632661319ba91b2c6b146e5a93172d3a461;p=llvm Add triple to input file. Patch by H.J. Lu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272563 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/gold/X86/Inputs/thinlto_alias.ll b/test/tools/gold/X86/Inputs/thinlto_alias.ll index 594c6d3a192..4cee11dfc77 100644 --- a/test/tools/gold/X86/Inputs/thinlto_alias.ll +++ b/test/tools/gold/X86/Inputs/thinlto_alias.ll @@ -1,3 +1,4 @@ +target triple = "x86_64-unknown-linux-gnu" define weak void @weakfunc() { entry: ret void