0

Update mac_lld.md

We use lld on iOS too.

This should have been in
https://chromium-review.googlesource.com/c/chromium/src/+/3206018

Thanks to Andrew Kaster for noticing!

Bug: 1149587
Change-Id: I9d77fdeff06a9c32976011e4d382ae7ce3c0b5bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3873433
Reviewed-by: Mark Mentovai <mark@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1043052}
This commit is contained in:
Nico Weber
2022-09-05 02:36:13 +00:00
committed by Chromium LUCI CQ
parent 6fb8f896b7
commit 44f066e227

@ -7,8 +7,8 @@ but we might discover showstopper bugs that delay things a bit.
## Background
Chromium uses [LLD](https://lld.llvm.org/) as linker on all platforms,
except when targeting iOS. LLD is faster than other ELF linkers (ELF
Chromium uses [LLD](https://lld.llvm.org/) as linker on all platforms.
LLD is faster than other ELF linkers (ELF
is the executable file format used on most OSs, including Linux, Android,
Chrome OS, Fuchsia), and it's faster than other COFF linkers (the executable
file format on Windows).