This is an archive of the discontinued LLVM Phabricator instance.

[flang] Front-end and runtime support for CALL EXIT and ABORT
ClosedPublic

Authored by klausler on Sep 29 2021, 10:50 AM.

Details

Summary

Support the extension intrinsic subroutines EXIT([status]) and ABORT()
in the intrinsic table and runtime support library. Lowering remains
to be done.

Diff Detail