Igor Kudrin
1302fdc233
[ELF] Avoid adding an orphan section to a less suitable segment
...
If segments are defined in a linker script, placing an orphan section
before the found closest-rank section can result in adding it in a
previous segment and changing flags of that segment. This happens if
the orphan section has a lower sort rank than the found section. To
avoid that, the patch forces orphan sections to be moved after the
found section if segments are explicitly defined.
Differential Revision: https://reviews.llvm.org/D111717
2021-10-21 11:38:39 +07:00
..
2021-09-25 15:16:44 -07:00
2020-08-11 08:06:38 -07:00
2020-09-16 10:26:11 +01:00
2021-06-30 14:07:35 +01:00
2020-09-16 10:26:11 +01:00
2020-07-30 15:21:44 -07:00
2019-01-19 08:50:56 +00:00
2020-07-17 16:43:17 -07:00
2021-09-22 09:09:48 -07:00
2021-10-15 15:36:30 -07:00
2020-12-18 12:18:37 +05:30
2021-06-24 14:47:03 -07:00
2020-11-20 10:32:49 +03:00
2020-08-13 09:11:01 -07:00
2021-01-05 19:51:11 -08:00
2020-08-05 09:16:28 -07:00
2020-10-15 12:43:14 +01:00
2021-09-07 20:46:37 -07:00
2021-07-13 13:56:30 -07:00
2021-08-07 13:20:13 +03:00
2021-08-07 13:20:13 +03:00
2021-08-04 08:58:50 -07:00
2021-08-04 08:58:50 -07:00
2021-10-18 18:57:25 -07:00
2021-09-20 09:52:30 -07:00
2021-09-20 09:52:30 -07:00
2021-07-27 16:34:32 -07:00
2021-10-15 15:36:30 -07:00
2021-07-09 10:41:40 +01:00
2021-07-09 10:41:40 +01:00
2021-08-29 13:40:08 -07:00
2021-04-29 08:51:09 -07:00
2021-06-22 15:35:24 -07:00
2021-06-22 15:35:24 -07:00
2021-09-27 09:50:42 -07:00
2020-06-17 17:12:10 -07:00
2021-09-20 09:52:30 -07:00
2021-10-11 09:46:31 -07:00
2021-08-04 23:52:56 -07:00
2021-08-04 23:52:56 -07:00
2021-10-12 17:03:39 -04:00
2021-07-09 10:41:41 +01:00
2021-07-09 10:41:40 +01:00
2021-09-25 15:16:44 -07:00
2021-07-09 10:41:40 +01:00
2021-06-03 18:55:18 +02:00
2021-10-21 11:38:39 +07:00