summaryrefslogtreecommitdiffstats
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
commitd15609a582a5ec8e6788784c9e1732fa95a1109f (patch)
tree7da0a1bcb2f5c0f895ee613833e5e86c845c0c3f
parentdc1d626a3ddd7538034f8b4d2f15ef68b441c070 (diff)
downloadbcm5719-llvm-d15609a582a5ec8e6788784c9e1732fa95a1109f.tar.gz
bcm5719-llvm-d15609a582a5ec8e6788784c9e1732fa95a1109f.zip
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.
llvm-svn: 127914
-rw-r--r--clang/docs/tools/clang.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod
index 9f7a4483019..4160f2e4f3d 100644
--- a/clang/docs/tools/clang.pod
+++ b/clang/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.
OpenPOWER on IntegriCloud