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

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 09:27:15 PST 2024


================
@@ -4588,28 +4581,34 @@ void AssemblyWriter::printDPValue(const DPValue &Value) {
     break;
   default:
     llvm_unreachable("Tried to print a DPValue with an invalid LocationType!");
-  }
+  };
----------------
SLTozer wrote:

Good catch - slightly surprised this isn't a defined clang-format or coding style item.

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


More information about the llvm-commits mailing list