From d7bdaf5795b3c3d5d08381cb078c80d39ed8da74 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 22 Jun 2012 13:24:07 +0000 Subject: Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as DwarfUsesRelocationsAcrossSections. llvm-svn: 158992 --- llvm/lib/MC/MCAsmInfoDarwin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp') diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp index 7c271a9e824..4c4f5edc83e 100644 --- a/llvm/lib/MC/MCAsmInfoDarwin.cpp +++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp @@ -59,7 +59,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { HasNoDeadStrip = true; HasSymbolResolver = true; - DwarfRequiresRelocationForSectionOffset = false; DwarfUsesRelocationsAcrossSections = false; DwarfUsesRelocationsForStringPool = false; } -- cgit v1.2.3