[PATCH] D28075: MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preserve-debug-info

Anmol P. Paralkar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 15:37:57 PST 2017


appcs added inline comments.


================
Comment at: lib/Transforms/IPO/MergeFunctions.cpp:699
+      DEBUG(dbgs() << "writeThunk: (MergeFunctionsPDI) No DISubprogram for "
+                   << G->getName() << "() {\n");
+    }
----------------
Noting that I'll change: "() {\n" -> "()\n" in the re-spin.


https://reviews.llvm.org/D28075





More information about the llvm-commits mailing list