[PATCH] D155178: [Support] Move StringExtras.h include from Error.h to Error.cpp (part 6)

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 07:54:20 PDT 2023


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



More information about the llvm-commits mailing list