[libc-commits] [PATCH] D138163: [libc][reland] Fix builtin definition for memory functions

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 16 16:38:30 PST 2022


michaelrj added a comment.

This is a reland of https://reviews.llvm.org/D137868 which was reverted for causing macro redefinition errors. This version prevents that issue, although it still has warnings about unused parameters and unused type aliases due to the empty macros making their functions no-ops.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138163



More information about the libc-commits mailing list