[llvm] [RemoveDIs] Print non-intrinsic debug info in textual IR output (PR #79281)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 09:05:19 PST 2024


================
@@ -78,6 +78,18 @@ std::string doSystemDiff(StringRef Before, StringRef After,
                          StringRef OldLineFormat, StringRef NewLineFormat,
                          StringRef UnchangedLineFormat);
 
+template <typename T> class ScopedDbgInfoFormatSetter {
----------------
jmorse wrote:

This wants a docu-comment indicating what it's doing -- no need to be detailed as it's unlikely to be a long term facility.

https://github.com/llvm/llvm-project/pull/79281


More information about the llvm-commits mailing list