Fangrui Song
fe1d02b08c
[sanitizer] Reject unsupported -static at link time ( #83524 )
...
Most sanitizers don't support static linking. One primary reason is the
incompatibility with interceptors. `GetTlsSize` is another reason.
asan/memprof use `__interception::DoesNotSupportStaticLinking`
(`_DYNAMIC` reference) to reject -static at link time. Port this
detector to other sanitizers. dfsan actually supports -static for
certain cases. Don't touch dfsan.
2024-03-12 23:09:36 -07:00
..
2024-01-19 23:25:13 -08:00
2023-04-26 12:55:21 -07:00
2023-03-08 16:08:19 +01:00
2022-06-06 15:49:42 -07:00
2023-02-24 14:12:11 +01:00
2023-03-23 20:29:50 +00:00
2023-04-26 12:55:21 -07:00
2022-08-12 16:57:49 -07:00
2023-06-12 14:15:03 -07:00
2023-09-26 21:50:51 -07:00
2023-05-25 11:17:05 +02:00
2023-05-26 00:19:47 +00:00
2023-04-26 12:55:21 -07:00
2023-04-26 02:48:56 +00:00
2023-03-23 15:15:56 +00:00
2023-06-12 14:15:03 -07:00
2023-10-27 16:52:10 +08:00
2022-07-07 12:06:49 -07:00
2023-04-26 02:48:56 +00:00
2022-06-09 06:07:26 +01:00
2023-06-12 14:15:03 -07:00
2022-10-17 10:45:30 +00:00
2024-01-11 12:23:33 +00:00
2024-01-11 12:23:33 +00:00
2022-11-17 11:57:32 +08:00
2022-12-19 11:01:09 -08:00
2023-10-27 16:52:10 +08:00
2023-11-09 12:53:06 -08:00
2023-03-28 21:02:18 +00:00
2022-10-02 00:47:10 -07:00
2022-12-19 11:01:09 -08:00
2023-04-26 14:02:11 -07:00
2022-12-19 11:01:09 -08:00
2022-12-19 11:01:09 -08:00
2023-08-15 13:42:01 -07:00
2024-03-12 23:09:36 -07:00
2022-12-19 11:01:09 -08:00
2023-06-13 08:53:32 -07:00
2023-03-23 15:15:56 +00:00