summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/CheckIPOSupported.rst
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-07 12:18:28 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2017-03-11 11:46:25 (GMT)
commitfdb2ba2521998397d97d466b10a8ac2458363625 (patch)
tree14c2d5cec41cb22d3dcd64aa23e4d9cbdd2001ee /Help/release/dev/CheckIPOSupported.rst
parent0b2438118ad93479de09f0d7a0e9b77859f9a9c3 (diff)
downloadCMake-fdb2ba2521998397d97d466b10a8ac2458363625.zip
CMake-fdb2ba2521998397d97d466b10a8ac2458363625.tar.gz
CMake-fdb2ba2521998397d97d466b10a8ac2458363625.tar.bz2
CheckIPOSupported: New module to check for compiler/cmake IPO support
Diffstat (limited to 'Help/release/dev/CheckIPOSupported.rst')
-rw-r--r--Help/release/dev/CheckIPOSupported.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/CheckIPOSupported.rst b/Help/release/dev/CheckIPOSupported.rst
new file mode 100644
index 0000000..dbc84e6
--- /dev/null
+++ b/Help/release/dev/CheckIPOSupported.rst
@@ -0,0 +1,6 @@
+CheckIPOSupported
+-----------------
+
+* A :module:`CheckIPOSupported` module was added to help projects
+ check whether interprocedural optimization (IPO) is supported by
+ the current toolchain and CMake version.