1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[docs] Add the compiler-rt requirement to the test suite doc

Differential Revision: https://reviews.llvm.org/D101467
This commit is contained in:
Mircea Trofin 2021-04-28 09:09:01 -07:00
parent 299e6ad121
commit cbaf468075

View File

@ -42,6 +42,10 @@ Quickstart
../test-suite
```
**NOTE!** if you are using your built clang, and you want to build and run the
MicroBenchmarks/XRay microbenchmarks, you need to add `compiler-rt` to your
`LLVM_ENABLE_RUNTIMES` cmake flag.
4. Build the benchmarks:
```text