diff options
| author | Ted Kremenek <kremenek@apple.com> | 2011-03-18 22:11:40 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2011-03-18 22:11:40 +0000 |
| commit | d15609a582a5ec8e6788784c9e1732fa95a1109f (patch) | |
| tree | 7da0a1bcb2f5c0f895ee613833e5e86c845c0c3f | |
| parent | dc1d626a3ddd7538034f8b4d2f15ef68b441c070 (diff) | |
| download | bcm5719-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.pod | 8 |
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. |

