Alexandre Ganea
6f8b633d0b
[compiler-rt] Silence warnings when building with Clang ToT
Fixes several warnings such as:
```
C:\git\llvm-project\compiler-rt\lib\profile\InstrProfilingFile.c(760,18): warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
760 | free((void *)lprofCurFilename.FilenamePat);
| ^
3 warnings generated.
```
2024-01-17 07:23:56 -05:00
..
2023-10-11 09:02:24 -04:00
2022-07-05 13:24:28 +00:00
2023-11-14 14:03:10 -05:00
2024-01-09 18:37:04 -08:00
2023-12-11 15:47:01 -05:00
2024-01-17 07:23:56 -05:00
2022-04-09 17:25:10 -04:00
2023-10-30 11:15:02 -05:00
2024-01-17 07:23:56 -05:00
2022-10-26 17:13:05 +00:00
2023-10-30 11:15:02 -05:00
2023-10-30 11:15:02 -05:00
2022-04-09 17:25:10 -04:00
2024-01-10 18:40:03 +00:00
2023-10-30 11:15:02 -05:00
2023-12-20 10:41:36 -05:00
2022-10-28 05:12:46 +00:00
2022-05-31 17:13:00 +00:00
2021-08-06 14:00:36 -07:00
2024-01-17 07:23:56 -05:00
2022-10-26 17:13:05 +00:00
2023-11-14 14:03:10 -05:00
2021-07-15 22:49:21 -07:00
2021-07-15 22:49:21 -07:00