[llvm] r307560 - [Docs] Updating CMake docs to include LLVM_REVERSE_ITERATION
Mandeep Singh Grang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 10:37:36 PDT 2017
Author: mgrang
Date: Mon Jul 10 10:37:36 2017
New Revision: 307560
URL: http://llvm.org/viewvc/llvm-project?rev=307560&view=rev
Log:
[Docs] Updating CMake docs to include LLVM_REVERSE_ITERATION
Reviewers: beanz, mehdi_amini
Reviewed By: beanz
Subscribers: mgorny, llvm-commits
Differential Revision: https://reviews.llvm.org/D35080
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=307560&r1=307559&r2=307560&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Mon Jul 10 10:37:36 2017
@@ -536,6 +536,11 @@ LLVM-specific variables
during the build. Enabling this option can significantly speed up build times
especially when building LLVM in Debug configurations.
+**LLVM_REVERSE_ITERATION**:BOOL
+ If enabled, all supported unordered llvm containers would be iterated in
+ reverse order. This is useful for uncovering non-determinism caused by
+ iteration of unordered containers.
+
CMake Caches
============
More information about the llvm-commits
mailing list