Document flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2007-01-17 10:40:54 +00:00
parent 5032e5a613
commit 292a007c94

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