[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 01:11:39 PDT 2021
rovka added a comment.
Tested with this:
> cat /tmp/cputime.c
double _FortranACpuTime();
int main() {
return _FortranACpuTime();
}
> clang /tmp/cputime.c libFortranRuntime.a -o /tmp/cputime
> gcc /tmp/cputime.c libFortranRuntime.a -o /tmp/cputime
Both seem to handle it just fine :)
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