From 31c3b80b5f6bb2e6597f660d27cfe5d34146f53b Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 13 Jun 2014 23:35:54 +0000 Subject: Document Darwin-specific defaults. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210958 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tools/clang.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/tools') diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 6ccdbba1bb..f7d2eaf683 100644 --- a/docs/tools/clang.pod +++ b/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> -- cgit v1.2.3