Hexagon: Disable DwarfUsesInlineInfoSection flag.
authorJyotsna Verma <jverma@codeaurora.org>
Fri, 29 Mar 2013 15:46:12 +0000 (15:46 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Fri, 29 Mar 2013 15:46:12 +0000 (15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178345 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp

index f0a9c7cd7b6f31cbb4d9521de5b56d447ab0c04b..3deb8d1deb42b46bc88867e50950af4410917c98 100644 (file)
@@ -32,7 +32,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) {
   WeakRefDirective = "\t.weak\t";
 
   SupportsDebugInformation = true;
-  DwarfUsesInlineInfoSection = true;
   UsesELFSectionDirectiveForBSS  = true;
   ExceptionsType = ExceptionHandling::DwarfCFI;
 }