[flang-commits] [PATCH] D104019: [flang] Add initial implementation for CPU_TIME

Diana Picus via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Jun 14 00:59:45 PDT 2021


rovka added a comment.

In D104019#2813777 <https://reviews.llvm.org/D104019#2813777>, @klausler wrote:

> Please ensure that this code does not make the Fortran runtime library binary dependent on a C++ runtime library.  We're trying to restrict dependences to C to make things easier for vendors and application writers to ship binaries without having to also ship one or more C++ environments alongside them.

Oops, sorry, I didn't see this comment before committing. I'll check and we can revert if that's the case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104019/new/

https://reviews.llvm.org/D104019



More information about the flang-commits mailing list