From 0baaa632661319ba91b2c6b146e5a93172d3a461 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 13 Jun 2016 17:08:15 +0000 Subject: [PATCH] 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 --- test/tools/gold/X86/Inputs/thinlto_alias.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1