[lldb] [llvm] [lldb] Fix write only file action to truncate the file (PR #112657)

Alex Langford via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 10:32:42 PDT 2024


================
@@ -6,6 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <fcntl.h>
----------------
bulbazord wrote:

Will this work on windows? 

https://github.com/llvm/llvm-project/pull/112657


More information about the llvm-commits mailing list