Support the extension intrinsic subroutines EXIT([status]) and ABORT()
in the intrinsic table and runtime support library. Lowering remains
to be done.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110741
[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()
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 30 2021, 1:36 AM Closed by commit rGfaa1842875f1: [flang] Front-end and runtime support for CALL EXIT and ABORT (authored by klausler). · Explain WhySep 30 2021, 11:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376290 flang/docs/Extensions.md
flang/include/flang/Runtime/stop.h
flang/lib/Evaluate/intrinsics.cpp
flang/runtime/stop.cpp
flang/unittests/Runtime/RuntimeCrashTest.cpp
|