Document flag
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 17 Jan 2007 10:40:54 +0000 (10:40 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 17 Jan 2007 10:40:54 +0000 (10:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33300 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetOptions.h

index 89234de6445b860556db5d44b72420534ebccded..6bfe005c1567247137df04e99bd887cbd79cdbfe 100644 (file)
@@ -55,6 +55,9 @@ namespace llvm {
   /// target FP instructions.
   extern bool UseSoftFloat;
 
+  /// NoZerosInBSS - By default some codegens place zero-initialized data to
+  /// .bss section. This flag disables such behaviour (necessary, e.g. for
+  /// crt*.o compiling).
   extern bool NoZerosInBSS;
 } // End llvm namespace