[libcxx-commits] [PATCH] D59813: The other fix for equal algo
Thomas Rodgers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 4 12:36:54 PDT 2019
rodgert added a comment.
In D59813#1454566 <https://reviews.llvm.org/D59813#1454566>, @MikeDvorskiy wrote:
> Of course. I will configure "ninja" for running the upstream test.
You don't strictly need ninja (ninja is awesome though), just CMake and make.
I typically create a parallel build tree, with build subdirs per working branch, e.g.
src/oss/pstl/master
/build/master
Given that, cd into build/master and -
cmake ../../master
make pstl-build-tests
make test
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59813/new/
https://reviews.llvm.org/D59813
More information about the libcxx-commits
mailing list