mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 10:38:23 +08:00
SBValueList was backed by a ValueObjectList. This caused us to lose track of the additional metadata in the ValueImpl that backs SBValue. This checkin fixes that by backing SBValueList with ValueListImpl (that essentially wraps a vector<SBValue>). llvm-svn: 174638
16 KiB
16 KiB