[PATCH] D51465: Revamp test-suite documentation
Brian Homerding via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 14:55:40 PDT 2018
homerdin accepted this revision.
homerdin added a comment.
Thanks for working on this! LGTM
================
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:
----------------
Do we want to mention that the test-suite should be able to build with other compilers?
Repository:
rL LLVM
https://reviews.llvm.org/D51465
More information about the llvm-commits
mailing list