summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-05-07 17:34:35 +0000
committerAndrew Trick <atrick@apple.com>2013-05-07 17:34:35 +0000
commit1fc397f532a2310b32d5578de2a17f672dbdf933 (patch)
treeacd237e52ebaa50362d50e8af231a751764e687a /llvm/docs/ReleaseNotes.rst
parent03c6ca905c93bfbf2cbd52fd0f0700ee05b8188a (diff)
downloadbcm5719-llvm-1fc397f532a2310b32d5578de2a17f672dbdf933.tar.gz
bcm5719-llvm-1fc397f532a2310b32d5578de2a17f672dbdf933.zip
Add two points to release notes about recent command line library changes.
Patch by Dan Liew! llvm-svn: 181335
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3689af18093..cb60df73d93 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -73,6 +73,13 @@ Non-comprehensive list of changes in this release
* MCJIT now supports exception handling. Support for it in the old jit will be
removed in the 3.4 release.
+* Command line options can now be grouped into categories which are shown in
+ the output of ``-help``. See :ref:`grouping options into categories`.
+
+* The appearance of command line options in ``-help`` that are inherited by
+ linking with libraries that use the LLVM Command line support library can now
+ be modified at runtime. See :ref:`cl::getRegisteredOptions`.
+
* ... next change ...
.. NOTE
OpenPOWER on IntegriCloud