================
@@ -31,6 +32,9 @@ enum class ErrorCode : unsigned char {
   kUnknown,
 };
 
+llvm::Expected<lldb::TypeSystemSP>
+DILGetTypeSystemFromCU(std::shared_ptr<StackFrame> ctx);
----------------
kuilpd wrote:

I was wondering, do we need the DIL prefix here? It just retrieves the type 
system from the compile unit, nothing specific to DIL itself.

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

Reply via email to