[flang-commits] [flang] [flang] Implement GETUID and GETGID intrinsics (PR #108017)
David Truby via flang-commits
flang-commits at lists.llvm.org
Wed Sep 11 06:20:19 PDT 2024
DavidTruby wrote:
getuid and getpid return unsigned integers so I think we have to add a convert between that and a normal Fortran integer after the call.
https://github.com/llvm/llvm-project/pull/108017
More information about the flang-commits
mailing list