mizvekov added a subscriber: ldionne.
mizvekov added a comment.

In D136533#3884364 <https://reviews.llvm.org/D136533#3884364>, @glandium wrote:

> (And specifically, FuzzerFork.cpp doesn't use any of those declared things. 
> Its only sin is to `#include <fstream>`, which happens to have /some/ methods 
> (std::filesystem-related) only available on macos 10.15+.)
>
> Edit: Corollary: anything that `#include <fstream>`, builds with C++17 or 
> more, and wants to support macos < 10.15, is broken by this patch.

Nonetheless, it seems libc++ uses a deprecated declaration from it's own 
headers.

@ldionne FYI, we may have a libc++ issue here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136533

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to