Author: kremenek
Date: Fri Mar 18 17:11:40 2011
New Revision: 127914

URL: http://llvm.org/viewvc/llvm-project?rev=127914&view=rev
Log:
Remove '-Xclang' and '-mllvm' entries from Clang man page.  The later is only 
available in debug builds and the former is not supposed to be used by 
end-users.

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=127914&r1=127913&r2=127914&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Fri Mar 18 17:11:40 2011
@@ -356,18 +356,10 @@
 
 Pass I<arg> to the assembler.
 
-=item B<-Xclang> I<arg>
-
-Pass I<arg> to the clang compiler frontend.
-
 =item B<-Xlinker> I<arg>
 
 Pass I<arg> to the linker.
 
-=item B<-mllvm> I<arg>
-
-Pass I<arg> to the LLVM backend.
-
 =item B<-Xpreprocessor> I<arg>
 
 Pass I<arg> to the preprocessor.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to