diff options
author | Kevin Enderby <enderby@apple.com> | 2010-11-19 18:39:33 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2010-11-19 18:39:33 +0000 |
commit | e8e98d7f2eaa0613442ce21ab6a040c0f04f5b4d (patch) | |
tree | 41cc403bd777481f761d2958d15d1934772a9c9f /lib/MC/MCAsmInfoDarwin.cpp | |
parent | 0c2283a910fef6347ddc46196cf37b4ff7e87fb6 (diff) |
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r-- | lib/MC/MCAsmInfoDarwin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index e0e261a63c..fd155135df 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp @@ -44,6 +44,7 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { HasDotTypeDotSizeDirective = false; HasNoDeadStrip = true; + HasSymbolResolver = true; DwarfUsesAbsoluteLabelForStmtList = false; DwarfUsesLabelOffsetForRanges = false; |