Dimitry Andric
2b619b7c7b
Merge commit 93a67259cf23 from llvm git (by ShengYi Hung):
...
[ToolChains][FreeBSD] Set default Linker to LLD for FreeBSD (#190596 )
When the linker is specified as ld, toolchain applies special handling
by invoking (triple)-ld instead of resolving ld via standard PATH
lookup. This causes GNU ld installed via the system package manager to
take the precedence (since (triple)-ld appears earlier in the search
path), effectively overriding ld.lld.
As a result, we set the default Linker on FreeBSD to ld.lld to indicate
we want to use lld by default.
PR: 292067
MFC after: 3 days
2026-06-13 12:03:11 +02:00
..
2025-06-12 17:19:33 -07:00
2025-09-11 16:16:39 +02:00
2026-02-07 23:06:32 +00:00
2026-05-12 21:26:44 -07:00
2025-11-03 21:18:46 +01:00
2026-05-09 18:04:45 +02:00
2026-06-01 12:19:57 +00:00
2026-02-17 12:50:16 +01:00
2026-03-13 14:34:56 +00:00
2026-05-13 11:26:56 +08:00
2026-06-02 21:54:25 -07:00
2026-01-28 17:25:26 -08:00
2026-03-09 12:35:39 +00:00
2026-01-11 13:43:33 +00:00
2026-06-09 19:13:21 +00:00
2026-02-20 21:33:50 -08:00
2026-05-27 15:10:57 +02:00
2025-07-17 09:01:30 -07:00
2026-05-04 14:08:10 +02:00
2026-03-23 11:41:51 -04:00
2026-02-05 15:39:34 +01:00
2026-03-05 17:13:08 +01:00
2025-06-11 17:39:01 +01:00
2026-04-07 09:14:41 -04:00
2026-03-15 00:41:29 -03:00
2025-08-01 16:01:24 +03:00
2026-04-08 09:10:26 +02:00
2025-09-07 18:33:01 +00:00
2025-06-26 09:02:31 +02:00
2026-06-13 12:03:11 +02:00
2025-08-23 10:58:09 -06:00
2025-04-16 10:09:18 -04:00
2025-10-03 21:16:51 -05:00
2026-05-22 14:31:54 -04:00
2026-01-11 16:42:18 +00:00
2026-06-05 19:15:46 +02:00
2026-04-26 01:56:14 +00:00
2025-05-31 20:08:12 +02:00
2025-11-20 16:28:25 -08:00
2026-01-14 16:28:57 +01:00
2026-03-13 13:00:55 +01:00
2025-08-18 13:06:46 -06:00
2026-06-09 00:45:34 +02:00
2025-05-31 16:27:17 +02:00
2026-04-28 15:26:59 -04:00
2025-11-24 03:40:48 +01:00
2025-08-06 00:27:14 +02:00
2025-10-30 21:18:38 +01:00
2026-04-22 15:13:42 +02:00
2025-10-09 18:03:43 +00:00
2026-05-12 07:33:03 -07:00
2025-04-22 22:51:42 +01:00
2026-02-01 10:36:15 -05:00
2026-05-25 10:19:28 -07:00
2026-03-15 23:22:18 -03:00
2026-06-05 19:15:46 +02:00
2025-09-29 22:53:34 +01:00
2025-05-27 22:24:22 +02:00
2026-04-24 22:07:20 +02:00
2026-04-23 23:44:33 +08:00
2026-05-23 03:57:43 +02:00
2025-06-25 21:58:25 -05:00
2025-04-28 10:19:50 -07:00
2026-03-31 18:45:14 -07:00