The MSVC runtime library doesn't have a definition for wmemchr,
so provide an inline implementation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm w nit
clang/test/CodeGen/wmemchr.c | ||
---|---|---|
8 | I'd start these off with CHECK-LABEL: define i16* @wmemchr_test as a little bit of future proofing. |
I'd start these off with CHECK-LABEL: define i16* @wmemchr_test as a little bit of future proofing.