mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
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