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

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Jun 11 10:36:50 PDT 2021


klausler added a comment.

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.


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

https://reviews.llvm.org/D104019



More information about the flang-commits mailing list