projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5032e5a
)
Document flag
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 17 Jan 2007 10:40:54 +0000
(10:40 +0000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetOptions.h
b/include/llvm/Target/TargetOptions.h
index 89234de6445b860556db5d44b72420534ebccded..6bfe005c1567247137df04e99bd887cbd79cdbfe 100644
(file)
--- a/
include/llvm/Target/TargetOptions.h
+++ b/
include/llvm/Target/TargetOptions.h
@@
-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