aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
diff options
context:
space:
mode:
authorEugene Epshteyn <eepshteyn@nvidia.com>2025-08-06 16:02:27 -0400
committerGitHub <noreply@github.com>2025-08-06 16:02:27 -0400
commitcae7bebcaa41e4c459e973b9688215f5a57bcb56 (patch)
treeb9ef86892f1023e739ecee4394b4a4721aa5d920 /llvm/lib/Object
parent0491d8bda73f88f5faff8523613f3dce19080b15 (diff)
downloadllvm-cae7bebcaa41e4c459e973b9688215f5a57bcb56.zip
llvm-cae7bebcaa41e4c459e973b9688215f5a57bcb56.tar.gz
llvm-cae7bebcaa41e4c459e973b9688215f5a57bcb56.tar.bz2
[flang-rt] Runtime implementation of extended intrinsic function SECNDS() (#152021)
Until the compiler part is fully hooked up via https://github.com/llvm/llvm-project/pull/151878, tested this using `external`: ``` external secnds real s1, s2 s1 = secnds(0.0) print *, "Seconds from midnight:", s1 call sleep(2) s2 = secnds(s1) print *, "Seconds from s1", s2 print *, "Seconds from midnight:", secnds(0.0) end ```
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions