deps: Run various LLVM tests as part of the build process

This commit is contained in:
Sameer Rahmani 2023-02-10 17:39:57 +00:00
parent 5284ea4d92
commit ba575d6899
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ function build_toolchain() { ## Build LLVM and the toolchain
"$LLVM_SOURCE_DIR"
cmake --build . --parallel
cmake --build . --target check-mlir
cmake --build . --target check-cxx
cmake --build . --target check-cxxabi
cmake --build . --target check-unwind
cmake -DCMAKE_INSTALL_PREFIX="$LLVM_INSTALL_DIR" -P cmake_install.cmake
_pop
info_toolchain