[PATCH] D35080: [Docs] Updating CMake docs to include LLVM_REVERSE_ITERATION

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 10:38:15 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL307560: [Docs] Updating CMake docs to include LLVM_REVERSE_ITERATION (authored by mgrang).

Changed prior to commit:
  https://reviews.llvm.org/D35080?vs=105510&id=105879#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35080

Files:
  llvm/trunk/docs/CMake.rst


Index: llvm/trunk/docs/CMake.rst
===================================================================
--- llvm/trunk/docs/CMake.rst
+++ llvm/trunk/docs/CMake.rst
@@ -536,6 +536,11 @@
   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
 ============
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35080.105879.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/c12dcd55/attachment.bin>


More information about the llvm-commits mailing list