Commit 15228b0
chromium: Always use LLD for linking
Before #470 this was already the case via the .bbappend files in meta-clang
so this has been tested for a long time.
lld is the default upstream, which means it is more extensively tested.
Its well supported on arm/x86/aarch64 architectures
and is faster to link see [1]
[1] https://lld.llvm.org/#performance
Signed-off-by: Khem Raj <raj.khem@gmail.com>1 parent d6b1385 commit 15228b0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 162 | + | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
0 commit comments