================
@@ -22,9 +22,10 @@
 using namespace lldb;
 
 template <typename T>
-static void dump_type_value(lldb_private::CompilerType &fields_type, T value,
----------------
DavidSpickett wrote:

Yes, the entire file could go away if:
* The raw value printing (which I think needs to be there regardless of having 
a type) moves into the value object too.
* I manage to figure out how to remove the endian swap required for `flags` to 
work.

https://github.com/llvm/llvm-project/pull/196960
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to