<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - gold tests fail with binutils 2.30"
href="https://bugs.llvm.org/show_bug.cgi?id=36786">36786</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>gold tests fail with binutils 2.30
</td>
</tr>
<tr>
<th>Product</th>
<td>Test Suite
</td>
</tr>
<tr>
<th>Version</th>
<td>5.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>lit
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>shea@shealevy.com
</td>
</tr>
<tr>
<th>CC</th>
<td>daniel@zuster.org, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>When building llvm 5.0.1 or 6.0.0 against binutils 2.30, I get two test
failures. The full log for the llvm 5.0.1 build is at
<a href="https://nix-cache.s3.amazonaws.com/log/inrqlk022666ii8hxwh0v76m4p2gqz07-llvm-5.0.1.drv">https://nix-cache.s3.amazonaws.com/log/inrqlk022666ii8hxwh0v76m4p2gqz07-llvm-5.0.1.drv</a>.
Other than the binutils version bump, the build is exactly the same as a
previously successful build. Failure output follows:
FAIL: LLVM :: tools/gold/X86/comdat.ll (20938 of 21436)
******************** TEST 'LLVM :: tools/gold/X86/comdat.ll' FAILED
********************
Script:
--
/build/llvm/build/./bin/llvm-as /build/llvm/test/tools/gold/X86/comdat.ll -o
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp1.o
/build/llvm/build/./bin/llvm-as
/build/llvm/test/tools/gold/X86/Inputs/comdat.ll -o
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp2.o
/nix/store/59hlbbsv01q3anaf4hrkb9zfa4k0m6i4-gcc-wrapper-7.3.0/bin/ld.gold
-shared -o /build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp3.o
-plugin /build/llvm/build/./lib/LLVMgold.so
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp1.o
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp2.o -m elf_x86_64
-plugin-opt=save-temps
/build/llvm/build/./bin/FileCheck --check-prefix=RES
/build/llvm/test/tools/gold/X86/comdat.ll <
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp3.o.resolution.txt
/build/llvm/build/./bin/llvm-readobj -t
/build/llvm/build/test/tools/gold/X86/Output/comdat.ll.tmp3.o |
/build/llvm/build/./bin/FileCheck --check-prefix=OBJ
/build/llvm/test/tools/gold/X86/comdat.ll
--
Exit Code: 1
Command Output (stderr):
--
/build/llvm/test/tools/gold/X86/comdat.ll:63:13: error: expected string not
found in input
; OBJ-NEXT: Other [
^
<stdin>:233:8: note: scanning from here
Type: Function (0x2)
^
<stdin>:234:2: note: possible intended match here
Other: 0
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM :: tools/gold/X86/visibility.ll (21005 of 21436)
******************** TEST 'LLVM :: tools/gold/X86/visibility.ll' FAILED
********************
Script:
--
/build/llvm/build/./bin/llvm-as /build/llvm/test/tools/gold/X86/visibility.ll
-o /build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp.o
/build/llvm/build/./bin/llvm-as
/build/llvm/test/tools/gold/X86/Inputs/visibility.ll -o
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp2.o
/nix/store/59hlbbsv01q3anaf4hrkb9zfa4k0m6i4-gcc-wrapper-7.3.0/bin/ld.gold
-plugin /build/llvm/build/./lib/LLVMgold.so -m elf_x86_64
--plugin-opt=save-temps -shared
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp.o
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp2.o -o
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp.so
/build/llvm/build/./bin/llvm-readobj -t
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp.so |
/build/llvm/build/./bin/FileCheck /build/llvm/test/tools/gold/X86/visibility.ll
/build/llvm/build/./bin/llvm-dis
/build/llvm/build/test/tools/gold/X86/Output/visibility.ll.tmp.so.0.2.internalize.bc
-o - | /build/llvm/build/./bin/FileCheck --check-prefix=IR
/build/llvm/test/tools/gold/X86/visibility.ll
--
Exit Code: 1
Command Output (stderr):
--
/build/llvm/test/tools/gold/X86/visibility.ll:14:15: error: expected string not
found in input
; CHECK-NEXT: Binding: Global
^
<stdin>:67:8: note: scanning from here
Size: 1
^
<stdin>:68:2: note: possible intended match here
Binding: Weak (0x2)
^</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>