[llvm] [RemoveDIs] Load into new debug info format by default in llvm-dis (PR #86276)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 06:33:10 PDT 2024


================
@@ -82,6 +82,9 @@ static cl::opt<bool> PrintThinLTOIndexOnly(
 
 extern cl::opt<bool> WriteNewDbgInfoFormat;
 
+extern cl::opt<bool> WriteNewDbgInfoFormat;
----------------
SLTozer wrote:

Unintentional addition?

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


More information about the llvm-commits mailing list