[PATCH] D144889: [C2x] Support <string.h> in freestanding

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 09:13:11 PST 2023


efriedma requested changes to this revision.
efriedma added a comment.
This revision now requires changes to proceed.

Providing this header doesn't do anything useful without an actual implementation; all of these "__builtin" calls just lower to libc calls in the general case.  How do you plan to provide implementations?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144889



More information about the cfe-commits mailing list