diff options
author | Pavel Labath <labath@google.com> | 2017-06-06 14:06:17 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-06-06 14:06:17 +0000 |
commit | 10c41f37b5ae69ddaec7a81f5141cf00090bae22 (patch) | |
tree | 740dfdd2d7833262d11b08071bf76423e5bf5c3c /lldb/source/Commands/CommandObjectSyntax.cpp | |
parent | 9f9422b69956beea6ff029b637d349e693f668b5 (diff) | |
download | llvm-10c41f37b5ae69ddaec7a81f5141cf00090bae22.zip llvm-10c41f37b5ae69ddaec7a81f5141cf00090bae22.tar.gz llvm-10c41f37b5ae69ddaec7a81f5141cf00090bae22.tar.bz2 |
replace uses of strerror with llvm::sys::StrError
strerror is not thread-safe. llvm's StrError tries hard to retrieve the
string in a thread-safe way and falls back to strerror only if it does
not have another way.
llvm-svn: 304795
Diffstat (limited to 'lldb/source/Commands/CommandObjectSyntax.cpp')
0 files changed, 0 insertions, 0 deletions