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

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 08:49:13 PDT 2024


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

Whoops, yep, that just fell out of a badly applied patch. Thanks!

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


More information about the llvm-commits mailing list