[flang-commits] [flang] [flang] GETPID runtime and lower intrinsic implementation (PR #70442)
Yi Wu via flang-commits
flang-commits at lists.llvm.org
Mon Nov 6 06:35:21 PST 2023
================
@@ -15,6 +15,14 @@
#include <cstdlib>
#include <limits>
+#ifdef _WIN32
+// On Windows GetCurrentProcessId returns a DWORD aka uint32_t
----------------
PAX-12-WU wrote:
Thanks for the comment, file has been changed accordingly
https://github.com/llvm/llvm-project/pull/70442
More information about the flang-commits
mailing list