[lldb] [llvm] [lldb] Fix write only file action to truncate the file (PR #112657)
Jacob Lalonde via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 11:17:25 PDT 2024
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+#include <fcntl.h>
----------------
Jlalond wrote:
It's also passing the Windows CI. @bulbazord I can help @kusmour validate if you want, but I personally think CI is good enough
https://github.com/llvm/llvm-project/pull/112657
More information about the llvm-commits
mailing list