[flang-commits] [flang] [flang] GETPID runtime and lower intrinsic implementation (PR #70442)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Oct 27 05:04:55 PDT 2023


================
@@ -14,6 +14,11 @@
 #include "flang/Runtime/descriptor.h"
 #include <cstdlib>
 #include <limits>
+#ifdef _WIN32
----------------
kiranchandramohan wrote:

I see that _WIN32 is defined for both WIndows 32 and 64 bit platforms, so this is fine.
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170&redirectedfrom=MSDN

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


More information about the flang-commits mailing list