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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 11:18:37 PDT 2024


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

CI is good enough for me here. I've approved the PR.

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


More information about the lldb-commits mailing list