<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 - lld-link creates an invalid chrome_child.dll with missing string table"
href="https://bugs.llvm.org/show_bug.cgi?id=43754">43754</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lld-link creates an invalid chrome_child.dll with missing string table
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>COFF
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>brucedawson@chromium.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>When running the VS 2019 (latest) version of dumpbin on the latest stable
version of chrome_child.dll an error message is printed and an error code is
returned. The command I am running is:
dumpbin.exe /nopdb "c:\Program Files
(x86)\Google\Chrome\Application\77.0.3865.120\chrome_child.dll"
The complete output is:
Microsoft (R) COFF/PE Dumper Version 14.23.28105.4
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file c:\Program Files
(x86)\Google\Chrome\Application\77.0.3865.120\chrome_child.dll
File Type: DLL
LINK : fatal error LNK1328: missing string table
The Chrome version is Version 77.0.3865.120 (Official Build) (64-bit). The same
thing happens with Version 80.0.3946.0 (Official Build) canary (64-bit).
The LLD version in my repo is:
LLD 10.0.0 (<a href="https://github.com/llvm/llvm-project/">https://github.com/llvm/llvm-project/</a>
64a362e7216a43e3ad44e50a89265e72aeb14294)
While that is not necessarily the version used to build either versions of
Chrome it is probably representative of the bug. The bug does not happen with
chrome.dll or chrome.exe.</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>