[flang-commits] [flang] [flang] Implement GETUID and GETGID intrinsics (PR #108017)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Sep 10 06:23:01 PDT 2024


================
@@ -2020,6 +2020,20 @@ bool CheckPPCIntrinsic(const Symbol &generic, const Symbol &specific,
   return false;
 }
 
+bool CheckWindowsIntrinsic(
----------------
tblah wrote:

This is a good idea. Are these the only two intrinsics which are not supported on Windows? There is at least ACCESS which is also unsupported.

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


More information about the flang-commits mailing list