Stuart Cook
30585ebbd3
Rollup merge of #150494 - extern_linkage_dso_local, r=bjorn3
...
Fix dso_local for external statics with linkage
Tracking issue of the feature: rust-lang/rust#127488
DSO local attributes are not correctly applied to extern statics with `#[linkage = "foo"]` as we generate an internal global for such statics, and the we evaluate (and apply) DSO attributes on the internal one instead.
Fix this by applying DSO local attributes on the actually extern ones, too.
2026-01-11 14:27:55 +11:00
..
2025-11-23 20:34:07 +00:00
2026-01-02 23:13:21 +01:00
2026-01-08 19:14:45 +01:00
2026-01-09 09:29:02 +01:00
2025-11-10 09:57:08 +08:00
2026-01-09 23:28:16 +01:00
2026-01-06 01:36:53 +00:00
2026-01-06 09:03:35 +01:00
2026-01-09 12:00:02 +01:00
2025-11-05 11:25:27 +00:00
2026-01-07 13:27:12 +00:00
2026-01-10 08:33:57 +01:00
2026-01-08 19:14:45 +01:00
2026-01-08 19:14:45 +01:00
2026-01-11 14:27:55 +11:00
2026-01-09 09:29:02 +01:00
2026-01-08 12:02:59 +00:00
2025-12-14 09:16:11 +00:00
2025-11-05 11:25:27 +00:00
2025-12-24 10:21:07 +00:00
2025-12-31 03:01:05 +01:00
2025-11-21 14:16:12 +00:00
2025-12-16 13:23:48 +00:00
2026-01-06 22:59:32 +00:00
2026-01-08 14:57:32 -06:00
2025-11-26 22:44:25 +01:00
2025-12-24 06:41:42 +00:00
2025-12-20 13:46:22 +00:00
2025-10-12 08:08:30 +00:00
2026-01-10 15:00:14 +00:00
2026-01-10 15:00:14 +00:00
2026-01-08 20:29:00 +05:00
2026-01-10 03:55:15 +00:00
2025-11-05 11:25:27 +00:00
2025-12-18 22:25:34 +01:00
2025-12-23 07:46:12 +11:00
2026-01-04 11:53:31 +08:00
2025-12-27 11:20:42 +01:00
2026-01-09 16:15:39 +00:00
2025-12-19 15:04:30 -08:00
2025-12-31 14:30:48 +01:00
2025-10-15 13:17:25 +01:00
2025-12-09 17:36:48 +01:00
2026-01-09 09:29:02 +01:00
2026-01-10 08:33:56 +01:00
2026-01-06 16:19:41 +01:00
2026-01-02 09:29:26 +11:00
2026-01-08 11:59:41 +00:00
2026-01-08 16:25:30 +01:00
2026-01-05 12:31:42 +08:00
2026-01-08 14:10:33 +01:00
2026-01-10 08:33:57 +01:00
2026-01-09 09:29:02 +01:00
2026-01-03 22:46:09 +05:30
2025-11-05 11:25:27 +00:00
2026-01-08 14:10:33 +01:00
2025-12-22 06:58:28 +00:00
2025-12-12 07:33:09 +01:00
2025-11-14 09:01:22 +08:00
2025-12-22 16:26:14 +01:00
2026-01-10 05:03:09 +00:00
2025-12-21 22:11:33 +01:00
2025-11-05 11:25:29 +00:00
2026-01-04 06:58:31 -08:00
2026-01-10 15:00:14 +00:00
2025-12-28 16:12:27 +00:00
2026-01-08 22:21:19 +01:00
2025-12-20 13:46:22 +00:00
2026-01-08 11:09:07 -08:00
2025-11-08 13:50:47 -05:00
2026-01-06 04:38:51 +00:00
2026-01-08 10:49:44 +00:00
2026-01-06 01:36:53 +00:00
2025-12-16 01:47:28 +02:00