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

David Truby via flang-commits flang-commits at lists.llvm.org
Tue Sep 10 06:30:31 PDT 2024


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

We should probably do a check through to see which intrinsics aren't working on Windows and add them all here. That should be a separate patch though

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


More information about the flang-commits mailing list