summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-03-19 02:42:31 +0000
committerStuart Hastings <stuart@apple.com>2011-03-19 02:42:31 +0000
commit65c8bca78854712ab2bf135c2008ed455ef0c9b7 (patch)
treeda85d7a1bf4b98db168553430bb07f9a2f83ba3d /include
parent825dd969189357cf0e7084e015d938467b0136eb (diff)
downloadllvm-65c8bca78854712ab2bf135c2008ed455ef0c9b7.tar.gz
llvm-65c8bca78854712ab2bf135c2008ed455ef0c9b7.tar.bz2
llvm-65c8bca78854712ab2bf135c2008ed455ef0c9b7.tar.xz
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCSectionMachO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCSectionMachO.h b/include/llvm/MC/MCSectionMachO.h
index 7633515f27..4313b18436 100644
--- a/include/llvm/MC/MCSectionMachO.h
+++ b/include/llvm/MC/MCSectionMachO.h
@@ -157,10 +157,12 @@ public:
/// flavored .s file. If successful, this fills in the specified Out
/// parameters and returns an empty string. When an invalid section
/// specifier is present, this returns a string indicating the problem.
+ /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
static std::string ParseSectionSpecifier(StringRef Spec, // In.
StringRef &Segment, // Out.
StringRef &Section, // Out.
unsigned &TAA, // Out.
+ bool &TAAParsed, // Out.
unsigned &StubSize); // Out.
virtual void PrintSwitchToSection(const MCAsmInfo &MAI,