[libcxx-commits] [PATCH] D154390: [libc++] Avoid including things that require a filesystem in filesytem_clock.cpp

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 4 12:16:23 PDT 2023


michaelplatings added a comment.

In D154390#4471948 <https://reviews.llvm.org/D154390#4471948>, @ldionne wrote:

> Ok, thanks a lot. But just to be sure, this wasn't working previously with picolibc, was it? Or did it start failing only when I split up the source files?

The picolibc build was working previously and started failing after D152382 <https://reviews.llvm.org/D152382> landed. D154457 <https://reviews.llvm.org/D154457> fixes it, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154390



More information about the libcxx-commits mailing list