diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-06-13 23:35:54 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-06-13 23:35:54 +0000 |
commit | 4ad03dc355d29a3156a04f1d3c763960dcc3cd64 (patch) | |
tree | 0810b9b242a5aac5eaa15be4df2847d2847f168c /clang/docs/tools | |
parent | 8aae4f43127d6d6e80f7f92fc31c58a79cbbfce0 (diff) | |
download | bcm5719-llvm-4ad03dc355d29a3156a04f1d3c763960dcc3cd64.tar.gz bcm5719-llvm-4ad03dc355d29a3156a04f1d3c763960dcc3cd64.zip |
Document Darwin-specific defaults.
llvm-svn: 210958
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 6ccdbba1bb8..f7d2eaf683c 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -324,8 +324,9 @@ C++ class in the module that contains the vtable for the class. The B<-fstandalone-debug> option turns off these optimizations. This is useful when working with 3rd-party libraries that don't come with -debug information. Note that Clang will never emit type information -for types that are not referenced at all by the program. +debug information. This is the default on Darwin. Note that Clang +will never emit type information for types that are not referenced at +all by the program. =item B<-fexceptions> |