diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-09-14 17:20:56 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-09-14 17:20:56 +0000 |
commit | efc32c08579f77cb49fad251707c32bc9048ebc5 (patch) | |
tree | a8c8682838b7c1fe17acc99c1557fbbafd757c8f /clang/docs/tools | |
parent | 903259fea2733ba00f5c139cfafe16305a70dfb3 (diff) | |
download | bcm5719-llvm-efc32c08579f77cb49fad251707c32bc9048ebc5.tar.gz bcm5719-llvm-efc32c08579f77cb49fad251707c32bc9048ebc5.zip |
Fix copy-paste error in manpage. Should be -stdlib=library.
llvm-svn: 163914
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 425a91ef037..9628d473b7c 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -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++. |