From bd92bdd24f037fdd239f3f2c6b20f6f2cc18958f Mon Sep 17 00:00:00 2001 From: Mandeep Singh Grang Date: Mon, 10 Jul 2017 17:37:36 +0000 Subject: [PATCH] [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307560 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CMake.rst b/docs/CMake.rst index aeebc8f6acf..bf97e917315 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -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 ============ -- 2.49.0