diff options
Diffstat (limited to 'clang')
-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. |