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

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 08:45:41 PDT 2021


mtrofin added inline comments.


================
Comment at: llvm/docs/TestSuiteGuide.md:47-48
+`compiler-rt`, otherwise the MicroBenchmarks/XRay microbenchmarks will fail to
+compile. Make sure you add `compiler-rt` to your `LLVM_ENABLE_PROJECTS` cmake
+flag.
+
----------------
Meinersbur wrote:
> It might be preferable to add it to `LLVM_ENABLE_RUNTIMES` instead.
done. also reworded the note in light of D106415.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101467/new/

https://reviews.llvm.org/D101467



More information about the llvm-commits mailing list