diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-02 18:41:48 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-02 18:41:48 +0000 |
commit | 8bcade547a7be1aa81e9ed2c81b3e120d6a620bb (patch) | |
tree | 5d3b99efb17a1407500649b4f239da246f6064c1 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 841261624dd05d33cf1075c4ec0a99cd2d2381c7 (diff) | |
download | llvm-8bcade547a7be1aa81e9ed2c81b3e120d6a620bb.zip llvm-8bcade547a7be1aa81e9ed2c81b3e120d6a620bb.tar.gz llvm-8bcade547a7be1aa81e9ed2c81b3e120d6a620bb.tar.bz2 |
locale: update ctype access for MSVC CRT 14+
Visual C++ 14 and newer split msvcrt into msvcrt and ucrt with flavours
of the ucrt for different environments. This changed the access to the
ctype table by introducing the `__pctype_func` and `__pwctype_func`
accessors. Use this rather than directly accessing `_ctype` which
allows us to be safer in threaded situations by going through the libc
locking.
llvm-svn: 290823
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions