[libcxx-commits] [PATCH] D147046: [libc++] Add lit feature for std::signal

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 4 12:37:41 PDT 2023


michaelplatings added a comment.

I feel uneasy about this. Different C libraries can choose to skip implementing arbitrary parts of the standard but we should think carefully before adding complexity to libc++ to compensate. From eyeballing the picolibc sources it does support signal(), so perhaps the right answer here is to get other embedded C libs to do likewise?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147046



More information about the libcxx-commits mailing list