================
@@ -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