[llvm-commits] CVS: llvm/include/llvm/Target/TargetOptions.h
Anton Korobeynikov
asl at math.spbu.ru
Wed Jan 17 02:41:10 PST 2007
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
More information about the llvm-commits
mailing list