mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Vector registers have synthetic values for display purposes. This causes SBValue::GetExpressionPath to dispatch to ValueObjectSynthetic instead of ValueObjectRegister, producing incorrect results. Fixes #147144