aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-05-30 14:12:20 -0700
committerFangrui Song <i@maskray.me>2023-05-30 14:12:20 -0700
commit43bec3376c07c9940361adef29bb2e4fb1f526a7 (patch)
tree78b43c544e93a7f46fef88f5d7d761f556425f20 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parente348dbc4b2766f17c251b6c305a3b34fbdb9be96 (diff)
downloadllvm-43bec3376c07c9940361adef29bb2e4fb1f526a7.zip
llvm-43bec3376c07c9940361adef29bb2e4fb1f526a7.tar.gz
llvm-43bec3376c07c9940361adef29bb2e4fb1f526a7.tar.bz2
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
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions