diff --git a/llvm/lib/IR/AsmWriter.cpp b/llvm/lib/IR/AsmWriter.cpp index 550aa1395bef3..4c4ed6ee27a4c 100644 --- a/llvm/lib/IR/AsmWriter.cpp +++ b/llvm/lib/IR/AsmWriter.cpp @@ -2703,7 +2703,7 @@ void AssemblyWriter::printModule(const Module *M) { if (!M->getSourceFileName().empty()) { Out << "source_filename = \""; printEscapedString(M->getSourceFileName(), Out); - Out << "\"\n"; + Out << "\"\n=============pushpraj added this line=============\n"; } const std::string &DL = M->getDataLayoutStr();