[all-commits] [llvm/llvm-project] f5352d: Emit inline implementation of __builtin__wmemchr o...
Amy Huang via All-commits
all-commits at lists.llvm.org
Mon Mar 15 15:33:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5352dd9dab1ee8a2ae19a3fca3111c8b5de8ce2
https://github.com/llvm/llvm-project/commit/f5352dd9dab1ee8a2ae19a3fca3111c8b5de8ce2
Author: Amy Huang <akhuang at google.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/wmemchr.c
Log Message:
-----------
Emit inline implementation of __builtin__wmemchr on MSVCRT platforms.
The MSVC runtime library doesn't have a definition for wmemchr,
so provide an inline implementation.
Differential Revision: https://reviews.llvm.org/D98472
More information about the All-commits
mailing list