mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 20:54:40 +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