[flang] Add POSIX implementation for SYSTEM_CLOCK
This is very similar to CPU_TIME, except that we return nanoseconds rather than seconds. This means we're potentially dealing with rather large numbers, so we'll have to wrap around to avoid overflows. Differential Revision: https://reviews.llvm.org/D105970
Loading
Please sign in to comment