Skip to content

Commit e04f18a

Browse files
committed
build-llvm: install 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 79e51a9 commit e04f18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-llvm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,6 @@ cmake \
322322

323323
cmake --build . ${CORES:+-j${CORES}}
324324
cmake --install . --strip
325+
cmake --install . --strip --component clang-scan-deps
325326

326327
cp ../LICENSE.TXT $PREFIX

0 commit comments

Comments
 (0)