aboutsummaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-03-18 22:11:40 +0000
committerTed Kremenek <kremenek@apple.com>2011-03-18 22:11:40 +0000
commit1761ce57d612be423f5ac323a2051fdcb46cefc5 (patch)
tree063855466d37f12c95388c98e9dfdca8df075a95 /docs/tools
parentd98750f065fd8d6278df72f6218e3d59b2df2aa9 (diff)
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
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/clang.pod8
1 files changed, 0 insertions, 8 deletions
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<arg> to the static analyzer.
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.