diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-12-24 05:25:49 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-12-24 05:25:49 +0000 |
| commit | d4121bef3cf3af51b80c2d499085a96aca5982ed (patch) | |
| tree | f50d50442fc2c00817968e5a884467c44073def5 /lib/Target/TargetAsmInfo.cpp | |
| parent | e5b7e0ec083f2e902e8612a95c33335a08da83aa (diff) | |
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
about other platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index d79652ac56..b6adbe7ac1 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -99,6 +99,7 @@ void TargetAsmInfo::fillDefaultValues() { SupportsDebugInformation = false; SupportsExceptionHandling = false; DwarfRequiresFrameSection = true; + FDEEncodingRequiresSData4 = true; GlobalEHDirective = 0; SupportsWeakOmittedEHFrame = true; DwarfSectionOffsetDirective = 0; |
