[flang-commits] [flang] [flang][unittests] fix test broken when run as root (PR #119604)
David Truby via flang-commits
flang-commits at lists.llvm.org
Wed Dec 11 11:18:16 PST 2024
https://github.com/DavidTruby approved this pull request.
LGTM. Might it be worth adding a #ifdef _WIN32 just in case we do end up supporting the functions that make sense here on Windows (read and write I guess)?
E.g. #ifdef _WIN32 return false;
https://github.com/llvm/llvm-project/pull/119604
More information about the flang-commits
mailing list