Hexagon: Disable DwarfUsesInlineInfoSection flag.
[oota-llvm.git] / 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;
 }