================
@@ -31,6 +32,9 @@ enum class ErrorCode : unsigned char {
kUnknown,
};
+llvm::Expected<lldb::TypeSystemSP>
+DILGetTypeSystemFromCU(std::shared_ptr<StackFrame> ctx);
----------------
cmtice wrote:
Fair enough; I'll remove it.
https://github.com/llvm/llvm-project/pull/159500