[PATCH] D55963: [pstl] Initial integration with LLVM's CMake

Louis Dionne via Phabricator reviews at reviews.llvm.org
Thu Dec 20 15:29:24 PST 2018


ldionne created this revision.
ldionne added a reviewer: jfb.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, mgorny.

This commit adds a check-pstl CMake target that will run the tests
we currently have for pstl. Those tests are not using LLVM lit yet,
but switching them over should be a transparent change. With this
change, we can start relying on the `check-pstl` target for workflows
and CI.

Note that this commit purposefully does not support the pre-monorepo
layout (with subprojects in projects/), since LLVM is moving towards
the monorepo layout anyway.


Repository:
  rPSTL pstl

https://reviews.llvm.org/D55963

Files:
  llvm/projects/CMakeLists.txt
  pstl/CMakeLists.txt
  pstl/cmake/FindTBB.cmake
  pstl/test/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55963.179176.patch
Type: text/x-patch
Size: 4354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181220/34b09371/attachment-0001.bin>


More information about the libcxx-commits mailing list