[all-commits] [llvm/llvm-project] 3fbc9c: [libc++] Add a new target check-cxx-deps to build ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Apr 15 12:11:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fbc9c7b51e427a549109f092d3a822b70e1e679
https://github.com/llvm/llvm-project/commit/3fbc9c7b51e427a549109f092d3a822b70e1e679
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M libcxx/docs/TestingLibcxx.rst
M libcxx/test/CMakeLists.txt
Log Message:
-----------
[libc++] Add a new target check-cxx-deps to build dependencies of the test suite
When running the tests through `lit` directly instead of through `check-cxx`,
it is required to manually build the `cxx` (and often `cxx_experimental`)
targets. Instead of having to do that manually, this commit adds a new
target `check-cxx-deps` that does that for you.
More information about the All-commits
mailing list