================
@@ -35,6 +35,8 @@ class FileAction {
int GetFD() const { return m_fd; }
+ void *GetHandle() const;
----------------
Nerixyz wrote:This is only implemented on Windows - should we ifdef it? https://github.com/llvm/llvm-project/pull/178238 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
