llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.87k stars 11.93k forks source link

Missing target triple = "x86_64-unknown-linux-gnu" #28450

Closed hjl-tools closed 7 years ago

hjl-tools commented 8 years ago
Bugzilla Link 28076
Resolution FIXED
Resolved on Nov 14, 2016 10:37
Version trunk
OS Linux
CC @RKSimon

Extended Description

r272239 has

Added: llvm/trunk/test/tools/gold/X86/Inputs/thinlto_alias.ll URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/gold/X86/Inputs/thinlto_alias.ll?rev=272239&view=auto

--- llvm/trunk/test/tools/gold/X86/Inputs/thinlto_alias.ll (added) +++ llvm/trunk/test/tools/gold/X86/Inputs/thinlto_alias.ll Wed Jun 8 20:14:13 2016 @@ -0,0 +1,4 @@ +define weak void @​weakfunc() { +entry:

target triple = "x86_64-unknown-linux-gnu"

is missing.

RKSimon commented 7 years ago

Fixed at rL272563

llvmbot commented 8 years ago

Could you please send a patch to llvm-commit?