From: Daniel Dunbar Date: Sat, 19 Mar 2011 02:06:21 +0000 (+0000) Subject: Unbreak build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ae186f7cac22a1652bb19658393fda4ecf3a463;p=clang Unbreak build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127942 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 02b1610b0e..ebd67e876d 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -159,8 +159,9 @@ public: // Let MCSectionMachO validate this. llvm::StringRef Segment, Section; unsigned TAA, StubSize; + bool HasTAA; return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, - TAA, StubSize); + TAA, HasTAA, StubSize); } virtual const char *getStaticInitSectionSpecifier() const {