mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6e4742da7
commit
bc9506f5ee
@ -115,7 +115,7 @@ bool AsmPrinter::doInitialization(Module &M) {
|
|||||||
|
|
||||||
if (MAI->hasSingleParameterDotFile()) {
|
if (MAI->hasSingleParameterDotFile()) {
|
||||||
/* Very minimal debug info. It is ignored if we emit actual
|
/* Very minimal debug info. It is ignored if we emit actual
|
||||||
debug info. If we don't, this at helps the user find where
|
debug info. If we don't, this at least helps the user find where
|
||||||
a function came from. */
|
a function came from. */
|
||||||
O << "\t.file\t\"" << M.getModuleIdentifier() << "\"\n";
|
O << "\t.file\t\"" << M.getModuleIdentifier() << "\"\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user