summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetAsmInfo.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/X86/X86TargetAsmInfo.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/X86/X86TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index e3336509a76..0dfb8550f6d 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -70,6 +70,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
COMMDirectiveTakesAlignment = (Subtarget->getDarwinVers() >= 9);
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
+ FDEEncodingRequiresSData4 = false;
if (TM.getRelocationModel() == Reloc::Static) {
StaticCtorsSection = ".constructor";
StaticDtorsSection = ".destructor";
OpenPOWER on IntegriCloud