Fix build by actually declaring the variable.
authorEric Christopher <echristo@apple.com>
Thu, 20 May 2010 00:59:30 +0000 (00:59 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 20 May 2010 00:59:30 +0000 (00:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104201 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAsmInfo.h

index e5f82825629c7f94646fb692623f09651a0eafed..8516de0188d65b76c3fcb52bf8cf4fad8afaef17 100644 (file)
@@ -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