[libc-commits] [PATCH] D72353: [libc] Add a convenience CMake rule to add testsuites.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 8 08:28:05 PST 2020


sivachandra added a comment.

In D72353#1809629 <https://reviews.llvm.org/D72353#1809629>, @tschuett wrote:

> Unfortunately, this fails on OSX when ${LIBC_TARGET_OS} == "darwin" in libc/test/config/CMakeLists.txt. Windows might have a similar problem. I have no intent building libc. It fails with having libc in LLVM_ENABLE_PROJECTS.


Darwin and Windows support is still to be done. We will need a darwin config directory and many other darwin pieces for this to work on darwin.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72353





More information about the libc-commits mailing list