From b42ee52a0f285398fa670eaa728a55658d14fedb Mon Sep 17 00:00:00 2001 From: Pushpraj Naik Date: Fri, 2 Oct 2020 23:31:46 +0530 Subject: [PATCH] added a new line Edited printModule function. --- llvm/lib/IR/AsmWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();