[flang-commits] [flang] [Flang][runtime] Distinguish CPU time and elapsed time for cpu_time and system_clock (PR #96652)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Mon Jul 15 10:48:59 PDT 2024
DanielCChen wrote:
Thanks for the explanation. The reason of Flang build failure on AIX is because macro `TIME_UTC` does not exist on AIX 7.2. The build failed at the compile time with "undefined symbol". The code that references `TIME_UTC` is not "guarded".
https://github.com/llvm/llvm-project/pull/96652
More information about the flang-commits
mailing list