[all-commits] [llvm/llvm-project] faa184: [flang] Front-end and runtime support for CALL EXI...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Sep 30 11:01:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: faa1842875f1dcd241c6b0feab7d684eb97fefc4
      https://github.com/llvm/llvm-project/commit/faa1842875f1dcd241c6b0feab7d684eb97fefc4
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/include/flang/Runtime/stop.h
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/runtime/stop.cpp
    M flang/unittests/Runtime/RuntimeCrashTest.cpp

  Log Message:
  -----------
  [flang] Front-end and runtime support for CALL EXIT and ABORT

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

Differential Revision: https://reviews.llvm.org/D110741




More information about the All-commits mailing list