forked from OSchip/llvm-project
Fix copy-paste error in manpage. Should be -stdlib=library.
llvm-svn: 163914
This commit is contained in:
parent
903259fea2
commit
efc32c0857
|
@ -132,7 +132,7 @@ Treat subsequent input files as having type I<language>.
|
|||
|
||||
Specify the language standard to compile for.
|
||||
|
||||
=item B<-stdlib>=I<language>
|
||||
=item B<-stdlib>=I<library>
|
||||
|
||||
Specify the C++ standard library to use; supported options are libstdc++ and
|
||||
libc++.
|
||||
|
|
Loading…
Reference in New Issue