Value::ValueType is a superset of AddressType. Add a function to
convert an AddressType into a Value::ValueType.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Where do you plan on using this? Downstream I assume?
lldb/source/Core/Value.cpp | ||
---|---|---|
134–135 | This switch is exhaustive, could you add an llvm_unreachable somewhere to indicate this? After the switch or something. |
This switch is exhaustive, could you add an llvm_unreachable somewhere to indicate this? After the switch or something.