Skip to content

Commit 7f80719

Browse files
nolangemstorsjo
authored andcommitted
strip-llvm: Retain the clang-scan-dep tool for c++ modules
Compilers and buildsystems have early support for c++ modules, see [1], [2]. `clang-scan-dep` is necessary for integration in CMake, potentially other buildsystems in the future. Using standard modules like from libc++ is still not solved thoroughly, and module support from libc++ is marked experimental, documentation how to use them is WIP [3]. [1]: https://www.kitware.com/import-cmake-the-experiment-is-over [2]: https://cmake.org/cmake/help/latest/manual/cmake-cxxmodules.7.html [3]: llvm/llvm-project#80601
1 parent 03948b6 commit 7f80719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

strip-llvm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ for i in amdgpu-arch bugpoint c-index-test clang-* clangd clangd-* darwin-debug
7474
;;
7575
clangd)
7676
;;
77+
clang-scan-deps)
78+
;;
7779
clang-tidy)
7880
;;
7981
clang-target-wrapper*)

0 commit comments

Comments
 (0)