https://bugs.llvm.org/show_bug.cgi?id=43754
Bug ID: 43754
Summary: lld-link creates an invalid chrome_child.dll with
missing string table
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedb...@nondot.org
Reporter: brucedaw...@chromium.org
CC: llvm-bugs@lists.llvm.org
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 (https://github.com/llvm/llvm-project/
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs