Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRGen: Emit an inline implementation of __builtin_wmemcmp on MSVCRT platforms. | Peter Collingbourne | 2018-01-24 | 1 | -0/+37 |
The MSVC runtime library does not provide a definition of wmemcmp, so we need an inline implementation. Differential Revision: https://reviews.llvm.org/D42441 llvm-svn: 323362 |