From c1a887d76d95100e7e05aa76e077710bc4e0b1cf Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 20 May 2010 00:49:07 +0000 Subject: Partial code for emitting thread local bss data. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104197 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAsmInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/MC/MCAsmInfo.h') diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index f57f642..e5f8282 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -303,6 +303,7 @@ namespace llvm { // Accessors. // bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } + bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; } bool hasStaticCtorDtorReferenceInStaticMode() const { return HasStaticCtorDtorReferenceInStaticMode; } -- cgit v1.1