Fangrui Song 43bec3376c Remove HAVE_STRERROR
Most systems support strerror_r. For the remaining systems (e.g. MSVC) strerror_s and
strerror can be used as fallbacks. We don't have a supported operating
system/compiler that doesn't provide `strerror`.

Close https://github.com/llvm/llvm-project/issues/62804

https://github.com/flang-compiler/f18/pull/1068 added a fallback
when strerror is unavailable, but I think the code path is dead.

Reviewed By: serge-sans-paille, vzakhari

Differential Revision: https://reviews.llvm.org/D151718
2023-05-30 14:12:20 -07:00
..
2022-02-06 22:18:35 -08:00
2023-03-15 08:46:32 -07:00
2022-02-06 22:18:35 -08:00
2023-05-30 14:12:20 -07:00
2023-03-27 10:20:08 +01:00
2022-03-11 11:41:32 +01:00
2022-03-11 11:41:32 +01:00
2022-11-21 18:28:07 +00:00
2023-02-23 18:11:15 +00:00
2022-09-22 05:03:01 +02:00