mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
We used to make a dynamic value that "pretended to be its parent" but that's hard for some of the more complex ValueObject types, and it's better in this case just to return no dynamic value. Differential Revision: https://reviews.llvm.org/D145629