diff --git a/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h b/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h index 63d6e6fb630a6..a58244a3d83f3 100644 --- a/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h +++ b/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h @@ -31,6 +31,7 @@ class BPFMCAsmInfo : public MCAsmInfoELF { UsesELFSectionDirectiveForBSS = true; HasSingleParameterDotFile = true; HasDotTypeDotSizeDirective = true; + HasIdentDirective = false; SupportsDebugInformation = true; ExceptionsType = ExceptionHandling::DwarfCFI;