Document flag

llvm-svn: 33300
This commit is contained in:
Anton Korobeynikov 2007-01-17 10:40:54 +00:00
parent 3f6d52834b
commit 716efbfc63
1 changed files with 3 additions and 0 deletions

View 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