[libcxx-commits] [PATCH] D144640: [libc++] Run modules_include.sh.cpp compiles in parallel

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 23 04:49:06 PST 2023


philnik added a comment.

In D144640#4147180 <https://reviews.llvm.org/D144640#4147180>, @DavidSpickett wrote:

> I wonder whether `bash` and `wait` will work across different platforms but otherwise looks better than my solution.

Probably not, but it's already XFAILed for AIX, FreeBSD, Windows and Android, so it probably wasn't really portable before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144640



More information about the libcxx-commits mailing list