[llvm] [DebugInfo][RemoveDIs] Interpret DPValue objects in SelectionDAG (PR #72253)

J. Ryan Stinnett via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 09:52:15 PST 2023


================
@@ -186,6 +186,12 @@ static cl::opt<std::string> RemarksFormat(
     cl::desc("The format used for serializing remarks (default: YAML)"),
     cl::value_desc("format"), cl::init("yaml"));
 
+static cl::opt<bool> TryUseNewDbgInfoFormat("try-experimental-debuginfo-iterators",
+    cl::desc("Enable debuginfo iterator positions, if they're built in"),
+    cl::init(false));
----------------
jryans wrote:

I think the previous one was for `opt`, while this is `llc`.

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


More information about the llvm-commits mailing list