[PATCH] D109113: [docs] Improve description of LLVM_BUILD_TESTS
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 17:20:57 PDT 2021
keith created this revision.
Herald added a subscriber: mgorny.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This makes it clear that this only has an effect if you use the all
build target.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109113
Files:
llvm/docs/CMake.rst
Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -323,12 +323,12 @@
This option is not available on Windows.
**LLVM_BUILD_TESTS**:BOOL
- Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
- are generated in any case. You can build a specific unit test using the
- targets defined under *unittests*, such as ADTTests, IRTests, SupportTests,
- etc. (Search for ``add_llvm_unittest`` in the subdirectories of *unittests*
- for a complete list of unit tests.) It is possible to build all unit tests
- with the target *UnitTests*.
+ Include LLVM unit tests in the 'all' build target. Defaults to OFF. Targets
+ for building each unit test are generated in any case. You can build a
+ specific unit test using the targets defined under *unittests*, such as
+ ADTTests, IRTests, SupportTests, etc. (Search for ``add_llvm_unittest`` in
+ the subdirectories of *unittests* for a complete list of unit tests.) It is
+ possible to build all unit tests with the target *UnitTests*.
**LLVM_BUILD_TOOLS**:BOOL
Build LLVM tools. Defaults to ON. Targets for building each tool are generated
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109113.370119.patch
Type: text/x-patch
Size: 1221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210902/16ba7a62/attachment-0001.bin>
More information about the llvm-commits
mailing list