[flang-commits] [flang] [Flang] `TIME_UTC` is not available on AIX7.2. Using POSIX alternative `clock_gettime` instead. (PR #98915)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Mon Jul 15 09:02:11 PDT 2024


mjklemm wrote:

`clock_gettime` becomes active if `CLOCKID_ELAPSED_TIME` is set (if walltime requested) or `CLOCK_CPU_TIME` is set (if CPU time requested).  Does AIX also support this?  Because then the path with `timespec_get` should not be triggered.

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


More information about the flang-commits mailing list