[llvm-bugs] [Bug 41226] __builtin_wmemchr does not work with clang-cl if wchar.h is not included

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 7 10:15:46 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=41226

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassignedclangbugs at nondot. |akhuang at google.com
                   |org                         |
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #24 from Reid Kleckner <rnk at google.com> ---
Amy fixed this in https://reviews.llvm.org/D98472 /
https://github.com/llvm/llvm-project/commit/f5352dd9dab1ee8a2ae19a3fca3111c8b5de8ce2.

We basically gave up and just reimplemented the builtin in the compiler, even
though I really didn't want to do that. It's the same as what we did for
wmemcmp.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210407/f70d95ff/attachment.html>


More information about the llvm-bugs mailing list