Changes in directory llvm/include/llvm/Target:

TargetOptions.h updated: 1.12 -> 1.13
---
Log message:

Document flag


---
Diffs of the changes:  (+3 -0)

 TargetOptions.h |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/Target/TargetOptions.h
diff -u llvm/include/llvm/Target/TargetOptions.h:1.12 
llvm/include/llvm/Target/TargetOptions.h:1.13
--- llvm/include/llvm/Target/TargetOptions.h:1.12       Wed Jan 17 04:33:08 2007
+++ llvm/include/llvm/Target/TargetOptions.h    Wed Jan 17 04:40:54 2007
@@ -55,6 +55,9 @@
   /// 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
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to