[Lldb-commits] [lldb] [llvm] [mlir] [DebugInfo] Add symbolic branches to DIExpression (PR #210850)

Eric Christopher via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 23 23:00:20 PDT 2026


================
@@ -757,6 +806,31 @@ bool DwarfExpression::addExpression(
     // Turn this into an implicit location description.
     addStackValue();
 
+  if (HasSymbolicBranches) {
----------------
echristo wrote:

Nice catch :)

Fixed.

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


More information about the lldb-commits mailing list