[PATCH] D79565: Document outputing registered targets with -v in release notes

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 7 04:29:19 PDT 2020


yaxunl created this revision.
yaxunl added a reviewer: hans.

https://reviews.llvm.org/D79565

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -130,6 +130,7 @@
 - ``-fno-char8_t`` now disables the ``char8_t`` keyword, not just the use of
   ``char8_t`` as the character type of ``u8`` literals. This restores the
   Clang 8 behavior that regressed in Clang 9 and 10.
+- -v has been improved to output the registered targets.
 
 New Pragmas in Clang
 --------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79565.262608.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200507/c21f575d/attachment.bin>


More information about the cfe-commits mailing list