[PATCH] D126903: [clang] Add support for __builtin_memset_inline

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 17:07:32 PDT 2022


efriedma added a comment.

It's not really a regression, just a bug in the feature.  The rpmalloc code is checking `__has_builtin(__builtin_memset_inline)`, so older versions of clang aren't seeing the same source code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126903/new/

https://reviews.llvm.org/D126903



More information about the llvm-commits mailing list