-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
brave/brave-core
#28891Labels
OS/AndroidFixes related to Android browser functionalityFixes related to Android browser functionalityOS/DesktopOS/iOSFixes related to iOS browser functionalityFixes related to iOS browser functionalityQA/Norelease-notes/exclude
Milestone
Description
rust-lld
is no longer distributed as part of the package if you link against a custom LLVM (which is exactly what Chromium/Brave does), since bootstrap knows nothing about the lld
that comes from the external LLVM. Raised an issue here, where the team confirmed that prior to this change, their bootstrap process unintentionally copied lld
from the external location (specified by llvm-config
) into the sysroot, renaming it as rust-lld
.
We'll continue to use lld
as rust-lld
from src/third_party/rust-toolchain-intermediate/llvm-host-install/bin
.
Metadata
Metadata
Assignees
Labels
OS/AndroidFixes related to Android browser functionalityFixes related to Android browser functionalityOS/DesktopOS/iOSFixes related to iOS browser functionalityFixes related to iOS browser functionalityQA/Norelease-notes/exclude