From: Ted Kremenek Date: Fri, 18 Mar 2011 22:11:40 +0000 (+0000) Subject: Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only availab... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1761ce57d612be423f5ac323a2051fdcb46cefc5;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 9f7a448301..4160f2e4f3 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -356,18 +356,10 @@ Pass I to the static analyzer. Pass I to the assembler. -=item B<-Xclang> I - -Pass I to the clang compiler frontend. - =item B<-Xlinker> I Pass I to the linker. -=item B<-mllvm> I - -Pass I to the LLVM backend. - =item B<-Xpreprocessor> I Pass I to the preprocessor.