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

via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 27 15:21:39 PST 2024


================
@@ -234,6 +238,13 @@ class LLVM_EXTERNAL_VISIBILITY Module {
     IsNewDbgInfoFormat = false;
   }
 
+  void setIsNewDbgInfoFormat(bool NewFlag) {
----------------
phyBrackets wrote:

`NewFlag` could be rename to `ISNewFormat`

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


More information about the llvm-commits mailing list