Make the Dwarf macro information section optional; CellSPU's assembler
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index 532b8b9a5bbf9d0db5a4f579881604dd30bfc1cf..4666875c34c2fdfdc0b06e8280fa8ffde4cc51c5 100644 (file)
@@ -99,6 +99,7 @@ void TargetAsmInfo::fillDefaultValues() {
   SupportsDebugInformation = false;
   SupportsExceptionHandling = false;
   DwarfRequiresFrameSection = true;
+  SupportsMacInfoSection = true;
   NonLocalEHFrameLabel = false;
   GlobalEHDirective = 0;
   SupportsWeakOmittedEHFrame = true;