mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +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