fdeazeve added a comment. In D155178#4496936 <https://reviews.llvm.org/D155178#4496936>, @IncludeGuardian wrote:
> @MaskRay seems like `ninja` on its own after preparing `lldb` isn't enough to > build tests. I've now built llvm, clang, flang, bolt, lldb, + tests - I'm > hoping that this is it now! You can build everything required for all tests with the `check-*` targets, for example: `check-lldb`, `check-llvm`, `check-clang`. There is also a `check-all`. Just make sure to kill the job after the compilation is done, otherwise you will be running a massive test suite ;) To be concrete, you can do something like `ninja check-all`. Or also `cmake --build <path/to/build_dir> --target check-all` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D155178/new/ https://reviews.llvm.org/D155178 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits