r330654 - [Docs] Regenerate command line documentation.

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 23 14:41:06 PDT 2018


Author: ctopper
Date: Mon Apr 23 14:41:06 2018
New Revision: 330654

URL: http://llvm.org/viewvc/llvm-project?rev=330654&view=rev
Log:
[Docs] Regenerate command line documentation.

Modified:
    cfe/trunk/docs/ClangCommandLineReference.rst

Modified: cfe/trunk/docs/ClangCommandLineReference.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangCommandLineReference.rst?rev=330654&r1=330653&r2=330654&view=diff
==============================================================================
--- cfe/trunk/docs/ClangCommandLineReference.rst (original)
+++ cfe/trunk/docs/ClangCommandLineReference.rst Mon Apr 23 14:41:06 2018
@@ -36,10 +36,18 @@ Treat source input files as Objective-C
 
 Treat source input files as Objective-C++ inputs
 
+.. option:: -Qn
+
+Do not emit metadata containing compiler name and version
+
 .. option:: -Qunused-arguments
 
 Don't emit warning for unused driver arguments
 
+.. option:: -Qy
+
+Emit metadata containing compiler name and version
+
 .. option:: -Wa,<arg>,<arg2>...
 
 Pass the comma separated arguments in <arg> to the assembler
@@ -202,6 +210,10 @@ Use approximate transcendental functions
 
 Flush denormal floating point values to zero in CUDA device mode.
 
+.. option:: -fcuda-rdc, -fno-cuda-rdc
+
+Generate relocatable device code, also known as separate compilation mode.
+
 .. option:: -ffixed-r19
 
 Reserve the r19 register (Hexagon only)
@@ -2540,6 +2552,8 @@ X86
 
 .. option:: -mvpclmulqdq, -mno-vpclmulqdq
 
+.. option:: -mwaitpkg, -mno-waitpkg
+
 .. option:: -mwbnoinvd, -mno-wbnoinvd
 
 .. option:: -mx87, -m80387, -mno-x87




More information about the cfe-commits mailing list