Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions qualcomm-software/docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ To run all LLVM, eld, and library tests together, the below command may be used:
```
ninja check-all-llvm-toolchain
```
Tests can also be run in smaller subsets, please refer to our [developer documentation](./developing.md#testing-the-toolchain)
for more information.

### Installing the toolchain

Expand Down
7 changes: 6 additions & 1 deletion qualcomm-software/docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,10 @@ to test these components separately. A non-exhaustive list of `check-` targets C
* `check-clang`, `check-llvm`, and the other usual LLVM `check-` targets are all still valid
* `check-eld` works as usual
* `check-llvm-toolchain-lit` runs only the built-in [multilib tests](../test/multilib/)
* `check-<component>` targets (where component is ex: picolibc) will run any enabled tests for that component across all variants
* `check-<component>` targets will run any enabled tests for that component across all variants
* `check-<component>-<variant>` targets will run the given component tests for the specified variant

Example (non-exhaustive) components that can be used in the commands above:
* `compiler-rt`
* `picolibc` (or the name of the C library selected if different)
* `cxx`/`cxxabi`/`unwind`
Loading