It defaults to specifying ReadWrite, and the only time in the entire codebase that any other value is used is when creating a temporary files, whereon Windows we additionally pass F_Delete. We can hide this particular usage in the implementation file, and all other callers continue to work exactly the same since they were just using the default value anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM