[bpf] initial support for debug_info
[oota-llvm.git] / lib / Target / BPF / MCTargetDesc / BPFMCAsmInfo.h
index d63bbf49294efc762021548ce508f7eb71581c23..1f440fe878718e7e0d09162d430586cc276f04f3 100644 (file)
@@ -34,6 +34,8 @@ public:
     UsesELFSectionDirectiveForBSS = true;
     HasSingleParameterDotFile = false;
     HasDotTypeDotSizeDirective = false;
+
+    SupportsDebugInformation = true;
   }
 };
 }