summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-24 05:25:49 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-24 05:25:49 +0000
commit066b5f67245691daa10a1a7796ab31e630dc6b30 (patch)
treee5f2296a6ddb5a7c37c3c4b7262a4a1cfded3747 /llvm/lib/Target/TargetAsmInfo.cpp
parentf4e6356d06ee4a066966c22431721e0b50eb1b50 (diff)
downloadbcm5719-llvm-066b5f67245691daa10a1a7796ab31e630dc6b30.tar.gz
bcm5719-llvm-066b5f67245691daa10a1a7796ab31e630dc6b30.zip
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
about other platforms. llvm-svn: 61415
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index d79652ac566..b6adbe7ac12 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud