bors
1f51450c68
Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors
...
Add -Z small-data-threshold
This flag allows specifying the threshold size above which LLVM should not consider placing small objects in a `.sdata` or `.sbss` section.
Support is indicated in the target options via the
small-data-threshold-support target option, which can indicate either an
LLVM argument or an LLVM module flag. To avoid duplicate specifications
in a large number of targets, the default value for support is
DefaultForArch, which is translated to a concrete value according to the
target's architecture.
2024-09-12 04:27:08 +00:00
..
2024-09-09 19:39:43 -07:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-05-30 16:15:46 +10:00
2024-09-08 23:37:07 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-07-02 21:41:59 -04:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-06-11 07:45:16 +00:00
2024-04-30 13:21:08 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-05-31 23:12:33 +02:00
2024-05-31 23:12:33 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-11 13:35:58 +01:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2024-08-11 14:11:17 +01:00
2024-09-04 08:10:53 -06:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-07-25 15:14:42 -04:00
2024-06-19 13:54:55 +01:00
2024-07-25 15:14:42 -04:00
2024-06-19 13:54:55 +01:00
2024-06-19 13:54:55 +01:00
2024-02-23 18:04:01 -05:00
2024-09-10 12:19:16 -07:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-05-30 16:15:46 +10:00
2024-06-19 21:26:48 +01:00
2024-05-28 12:31:33 +02:00
2024-08-22 13:23:00 +00:00
2024-05-01 16:54:20 -07:00
2024-05-30 16:15:46 +10:00
2024-05-30 16:15:46 +10:00
2024-02-22 16:04:04 +00:00
2024-05-28 12:31:33 +02:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-02-22 16:04:04 +00:00
2024-03-23 00:02:53 -07:00
2024-07-30 20:23:33 +01:00
2024-08-07 14:08:34 +02:00