Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonMCAsmInfo.cpp
index 86f75d1c2d7a66939c3a25428bc5c09276e35dee..f0a9c7cd7b6f31cbb4d9521de5b56d447ab0c04b 100644 (file)
@@ -31,6 +31,8 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Target &T, StringRef TT) {
   AscizDirective = "\t.string\t";
   WeakRefDirective = "\t.weak\t";
 
+  SupportsDebugInformation = true;
+  DwarfUsesInlineInfoSection = true;
   UsesELFSectionDirectiveForBSS  = true;
   ExceptionsType = ExceptionHandling::DwarfCFI;
 }