[llvm] r181335 - Add two points to release notes about recent command line library changes.
Andrew Trick
atrick at apple.com
Tue May 7 10:34:35 PDT 2013
Author: atrick
Date: Tue May 7 12:34:35 2013
New Revision: 181335
URL: http://llvm.org/viewvc/llvm-project?rev=181335&view=rev
Log:
Add two points to release notes about recent command line library changes.
Patch by Dan Liew!
Modified:
llvm/trunk/docs/CommandLine.rst
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/CommandLine.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.rst?rev=181335&r1=181334&r2=181335&view=diff
==============================================================================
--- llvm/trunk/docs/CommandLine.rst (original)
+++ llvm/trunk/docs/CommandLine.rst Tue May 7 12:34:35 2013
@@ -618,6 +618,8 @@ would yield the help output:
-help - display available options (-help-hidden for more)
-o <filename> - Specify output filename
+.. _grouping options into categories:
+
Grouping options into categories
--------------------------------
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=181335&r1=181334&r2=181335&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue May 7 12:34:35 2013
@@ -73,6 +73,13 @@ Non-comprehensive list of changes in thi
* 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
More information about the llvm-commits
mailing list