summaryrefslogtreecommitdiff
path: root/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
commiteb4d746d7d89116ea1e1deca654cafa261748fcd (patch)
treef4aa34ef1a4279034a7f3cb0fd0bf506556bc555 /docs/ReleaseNotes.rst
parentddcf3ee768d41f16c6f10c38f7faee440d6b9f55 (diff)
downloadllvm-eb4d746d7d89116ea1e1deca654cafa261748fcd.tar.gz
llvm-eb4d746d7d89116ea1e1deca654cafa261748fcd.tar.bz2
llvm-eb4d746d7d89116ea1e1deca654cafa261748fcd.tar.xz
Add two points to release notes about recent command line library changes.
Patch by Dan Liew! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 3689af1809..cb60df73d9 100644
--- a/docs/ReleaseNotes.rst
+++ b/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