Closed
Bug 1461820
Opened 7 years ago
Closed 6 years ago
--enable-linker=lld doesn't work on try
Categories
(Firefox Build System :: Toolchains, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: away, Unassigned)
Details
This is because we don't build lld in the clang toolchain task. We would need to add an `lld_repo` line to build/build-clang/whatever_clang_we_are_using_nowadays.json.
Example: https://hg.mozilla.org/try/diff/59f00895f4ea/build/build-clang/clang-6-pre-linux64.json
(Don't worry about the llvm_revision change, that was for an unrelated thing)
Comment 2•6 years ago
|
||
All clang toolchains for clang 6 have lld_repo set now.
$ grep -l lld_repo build/build-clang/*.json
build/build-clang/clang-6-linux64.json
build/build-clang/clang-6-macosx64.json
build/build-clang/clang-win32-st-an.json
build/build-clang/clang-win64-st-an.json
build/build-clang/clang-win64.json
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•