[clang] [llvm] [SystemZ][z/OS] Add new openFileForReadBinary function, and pass IsText parameter to getBufferForFile (PR #111723)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 11:25:34 PDT 2024
================
@@ -302,6 +305,17 @@ class RealFileSystem : public FileSystem {
return Storage;
}
+ ErrorOr<std::unique_ptr<File>> openFileForRead(const Twine &Name,
----------------
abhina-sree wrote:
I don't think I'm able to mark it static because it calls adjustPath which is non-static
https://github.com/llvm/llvm-project/pull/111723
More information about the cfe-commits
mailing list