[PATCH] D51465: Revamp test-suite documentation

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 09:42:41 PDT 2018


MatzeB added inline comments.


================
Comment at: docs/TestSuiteGuide.md:34
+3. Create a build directory and use CMake to configure the suite. The
+   `CMAKE_C_COMPILER` option can be used to test a custom clang build.
+   The cache file provides a typical build configuration:
----------------
homerdin wrote:
> Do we want to mention that the test-suite should be able to build with other compilers?
Do you know whether the test-suite actually works with non-clang compilers? I can imagine it mostly works, but I also wouldn't be surprised if some clang specific flag or extension is used in few of the benchmarks...

I changed the wording to "custom compiler" but will not explicitely call out support for non-clang compilers for now.



Repository:
  rL LLVM

https://reviews.llvm.org/D51465





More information about the llvm-commits mailing list