Closed
Bug 1564392
Opened 5 years ago
Closed 5 years ago
Build firefox esr 68 get lld-link error
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wind.reikinyan, Unassigned)
Details
Attachments
(1 file)
5.05 KB,
text/x-log
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.46 Safari/537.36
Steps to reproduce:
Just try to build the Latest Firefox 68 ESR on Windows 10.
- Install Visual Studio 2019.
- Install mozilla-build.
- Install cmake & rust.
- Download the source .tar.xz file
- Complie the latest llvm 9.0 in order to get llvm-config.exe
- run "./mach bootstrap && ./mach build"
Actual results:
When compile to mozglue.dll, there are many lld-link.exe errors like:
lld-link: error: duplicate symbol: <example> in Authenticode.obj and in UntrustedDllsHandler.obj
Expected results:
Build success.
Reporter | ||
Comment 1•5 years ago
|
||
Downgrade to LLVM 8.0.0, question solved.
Reporter | ||
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•