[llvm] [RemoveDIs] Do not load into new debug info format from bitcode by default (PR #86268)

J. Ryan Stinnett via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 08:55:26 PDT 2024


================
@@ -68,6 +68,7 @@ static cl::opt<unsigned>
                 cl::desc("Number of times to shuffle and verify use-lists"),
                 cl::init(1), cl::cat(Cat));
 
+extern cl::opt<cl::boolOrDefault> LoadBitcodeIntoNewDbgInforFormat;
----------------
jryans wrote:

Nit: Probably better to keep a blank line after this

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


More information about the llvm-commits mailing list