From: Jyotsna Verma Date: Fri, 29 Mar 2013 15:46:12 +0000 (+0000) Subject: Hexagon: Disable DwarfUsesInlineInfoSection flag. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65063feac53406ffb7179801272b8726a654b6d4;p=oota-llvm.git Hexagon: Disable DwarfUsesInlineInfoSection flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178345 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp b/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp index f0a9c7cd7b6..3deb8d1deb4 100644 --- a/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp +++ b/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp @@ -32,7 +32,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) { WeakRefDirective = "\t.weak\t"; SupportsDebugInformation = true; - DwarfUsesInlineInfoSection = true; UsesELFSectionDirectiveForBSS = true; ExceptionsType = ExceptionHandling::DwarfCFI; }