<div>Hi,<br></div><div>Could anyone tell me how can I turn off printing .file directive. I want to make a custom output of the filename.</div><div>In AsmPrinter::doInitialization() I found:</div><div><br></div><div>  if (MAI->hasSingleParameterDotFile()) {<br>
    /* Very minimal debug info. It is ignored if we emit actual<br>       debug info. If we don't, this at least helps the user find where<br>       a function came from. */<br>    O << "\t.file\t\"" << M.getModuleIdentifier() << "\"\n";<br>
  }<br></div><div><br></div><div>Could someone explain what exactly this comment mean?</div><div><br></div><div>Thanks in advance</div><div>Artur</div>