summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-05-20 00:59:30 +0000
committerEric Christopher <echristo@apple.com>2010-05-20 00:59:30 +0000
commit51f5d6af8c45bf145808ced9e867ac711acc9955 (patch)
treec729c8047c21fd739bb10ed2d5e84742aaa66477 /include
parentc1a887d76d95100e7e05aa76e077710bc4e0b1cf (diff)
downloadllvm-51f5d6af8c45bf145808ced9e867ac711acc9955.tar.gz
llvm-51f5d6af8c45bf145808ced9e867ac711acc9955.tar.bz2
llvm-51f5d6af8c45bf145808ced9e867ac711acc9955.tar.xz
Fix build by actually declaring the variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAsmInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h
index e5f8282562..8516de0188 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/include/llvm/MC/MCAsmInfo.h
@@ -41,6 +41,10 @@ namespace llvm {
/// the macho-specific .zerofill directive for emitting BSS Symbols.
bool HasMachoZeroFillDirective; // Default is false.
+ /// HasMachoTBSSDirective - True if this is a MachO target that supports
+ /// the macho-specific .tbss directive for emitting thread local BSS Symbols
+ bool HasMachoTBSSDirective; // Default is false.
+
/// HasStaticCtorDtorReferenceInStaticMode - True if the compiler should
/// emit a ".reference .constructors_used" or ".reference .destructors_used"
/// directive after the a static ctor/dtor list. This directive is only