[all-commits] [llvm/llvm-project] 01a13f: [libc++] Rename check-cxx-deps to cxx-test-depends...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jan 18 11:42:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01a13f127a8b17c7827cc19302fc612532249795
https://github.com/llvm/llvm-project/commit/01a13f127a8b17c7827cc19302fc612532249795
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M libcxx/docs/TestingLibcxx.rst
M libcxx/test/CMakeLists.txt
Log Message:
-----------
[libc++] Rename check-cxx-deps to cxx-test-depends for consistency
Several subprojects have targets that do the same thing, and they all
follow the same naming convention: llvm-test-depends, clang-test-depends,
lld-test-depends, etc.
This makes libc++ consistent with other LLVM projects.
Thanks to Duncan Exon Smith for noticing and suggesting the change.
Differential Revision: https://reviews.llvm.org/D94499
More information about the All-commits
mailing list