[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
Thu Jul 22 16:04:08 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG14fad06a36a1: [docs] Add the compiler-rt requirement to the test suite doc (authored by mtrofin).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101467

Files:
  llvm/docs/TestSuiteGuide.md


Index: llvm/docs/TestSuiteGuide.md
===================================================================
--- llvm/docs/TestSuiteGuide.md
+++ llvm/docs/TestSuiteGuide.md
@@ -42,6 +42,10 @@
            ../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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101467.361017.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/78fcecc1/attachment.bin>


More information about the llvm-commits mailing list