summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/wmemcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* IRGen: Emit an inline implementation of __builtin_wmemcmp on MSVCRT platforms.Peter Collingbourne2018-01-241-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
OpenPOWER on IntegriCloud