[llvm-bugs] [Bug 28076] New: Missing target triple = "x86_64-unknown-linux-gnu"
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 10 07:25:23 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28076
Bug ID: 28076
Summary: Missing target triple = "x86_64-unknown-linux-gnu"
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hjl.tools at gmail.com
CC: llvm-bugs at lists.llvm.org, tejohnson at google.com
Classification: Unclassified
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:
+ ret void
+}
target triple = "x86_64-unknown-linux-gnu"
is missing.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160610/14a07957/attachment.html>
More information about the llvm-bugs
mailing list