commit | e8e98d7f2eaa0613442ce21ab6a040c0f04f5b4d | [log] [tgz] |
---|---|---|
author | Kevin Enderby <enderby@apple.com> | Fri Nov 19 18:39:33 2010 +0000 |
committer | Kevin Enderby <enderby@apple.com> | Fri Nov 19 18:39:33 2010 +0000 |
tree | 41cc403bd777481f761d2958d15d1934772a9c9f | |
parent | 0c2283a910fef6347ddc46196cf37b4ff7e87fb6 [diff] [blame] |
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
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index e0e261a..fd15513 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -44,6 +44,7 @@ HasDotTypeDotSizeDirective = false; HasNoDeadStrip = true; + HasSymbolResolver = true; DwarfUsesAbsoluteLabelForStmtList = false; DwarfUsesLabelOffsetForRanges = false;