diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-07-10 17:37:36 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-07-10 17:37:36 +0000 |
commit | 4250a47e9097adbf5c6ad02d233f1ca527f64f65 (patch) | |
tree | ff534b541082fd5f197621afa82d4da3ba43685b | |
parent | ba3836bc7829b8a38279aa335655ad64eebef196 (diff) | |
download | bcm5719-llvm-4250a47e9097adbf5c6ad02d233f1ca527f64f65.tar.gz bcm5719-llvm-4250a47e9097adbf5c6ad02d233f1ca527f64f65.zip |
[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
llvm-svn: 307560
-rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index aeebc8f6acf..bf97e917315 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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 ============ |